mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-14 09:35:01 +01:00
16 lines
307 B
TOML
16 lines
307 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"
|
|
|
|
[[bench]]
|
|
name = "benches"
|
|
harness = false
|