mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-15 18:15:01 +01:00
day2
remove big
This commit is contained in:
parent
73ced81e4a
commit
f4312139dd
12 changed files with 1281 additions and 9 deletions
|
|
@ -1,6 +1,10 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["2023/*"]
|
||||
members = ["2023/*", "helper"]
|
||||
|
||||
[profile.release]
|
||||
debug = 1
|
||||
|
||||
[workspace.dependencies]
|
||||
helper = { path = "./helper" }
|
||||
nom = "7.1.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue