Init day-03

This commit is contained in:
2025-12-03 16:25:09 +02:00
parent 3449dba83e
commit 2ae6b63d6d
8 changed files with 121 additions and 0 deletions

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

@@ -0,0 +1,27 @@
[package]
name = "day-03"
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-03-bench"
path = "benches/benchmarks.rs"
harness = false
[lints]
workspace = true