Init day-02

This commit is contained in:
2025-12-02 11:27:51 +02:00
parent 1c4b2188f1
commit c62b63462c
9 changed files with 136 additions and 0 deletions

27
2025/day-02/Cargo.toml Normal file
View File

@@ -0,0 +1,27 @@
[package]
name = "day-02"
version = "0.1.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools.workspace = true
nom.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
miette.workspace = true
thiserror.workspace = true
[dev-dependencies]
divan.workspace = true
rstest.workspace = true
test-log.workspace = true
[[bench]]
name = "day-02-bench"
path = "benches/benchmarks.rs"
harness = false
[lints]
workspace = true