remove big
This commit is contained in:
nora 2023-12-03 12:11:40 +01:00
parent 73ced81e4a
commit f4312139dd
12 changed files with 1281 additions and 9 deletions

View file

@ -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"