mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-14 17:45:02 +01:00
23 lines
435 B
TOML
23 lines
435 B
TOML
[package]
|
|
name = "day01"
|
|
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 = "2.1.0"
|
|
memchr = "2.7.4"
|
|
num-traits = "0.2.19"
|
|
bstr = "1.11.0"
|
|
atools = "0.1.5"
|
|
hinted = "0.0.1"
|
|
radsort = "0.1.1"
|
|
itertools = "0.13.0"
|
|
|
|
[[bench]]
|
|
name = "benches"
|
|
harness = false
|