This commit is contained in:
nora 2024-12-01 12:04:06 +01:00
parent 94a69f00d5
commit 3490086a7f
15 changed files with 1547 additions and 1 deletions

11
2024/Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[workspace]
resolver = "2"
members = ["day*"]
[profile.release]
debug = 1
[workspace.dependencies]
helper = { path = "../helper" }
nom = "7.1.3"
divan = "0.1.4"