convert to aoc-runner and day1 solutions

This commit is contained in:
2025-12-01 13:59:01 -08:00
parent 3a3c3c9ab6
commit 331755f1cf
12 changed files with 883 additions and 200 deletions

25
Cargo.toml Normal file
View File

@@ -0,0 +1,25 @@
[package]
name = "aoc2022"
edition = "2024"
version = "0.1.0"
[dependencies]
aoc-runner = "0.3.0"
aoc-runner-derive = "0.3.0"
atoi = "2.0.0"
bitflags = "2.6.0"
cached = "0.54.0"
colored = "2.1.0"
indicatif = { version = "0.17.9", features = ["rayon"] }
itertools = "0.13.0"
lazy_static = "1.5.0"
nom = "7.1.3"
rayon = "1.10.0"
regex = "1.11.1"
rustc-hash = "2.1.0"
thread_local = "1.1.8"
[profile.release]
lto = true
opt-level = 3
overflow-checks = false