mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-16 02:25:02 +01:00
2022 day01
This commit is contained in:
parent
fd2ea0612b
commit
e153ec51cd
20 changed files with 3180 additions and 82 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -1,11 +0,0 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["2023/*", "helper"]
|
||||
|
||||
[profile.release]
|
||||
debug = 1
|
||||
|
||||
[workspace.dependencies]
|
||||
helper = { path = "./helper" }
|
||||
nom = "7.1.3"
|
||||
divan = "0.1.4"
|
||||
Loading…
Add table
Add a link
Reference in a new issue