This commit is contained in:
nora 2024-12-07 13:49:35 +01:00
parent e9a6c19c2e
commit bd111795df
2 changed files with 118 additions and 16 deletions

View file

@ -5,6 +5,9 @@ members = ["day*"]
[profile.release]
debug = 1
[profile.dev]
opt-level = 1
[workspace.dependencies]
helper = { path = "../helper" }
nom = "7.1.3"