mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-14 17:45:02 +01:00
17 lines
327 B
TOML
17 lines
327 B
TOML
[package]
|
|
name = "day03"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
nom.workspace = true
|
|
helper.workspace = true
|
|
divan.workspace = true
|
|
rustc-hash = "1.1.0"
|
|
smallvec = "1.11.2"
|
|
|
|
[[bench]]
|
|
name = "benches"
|
|
harness = false
|