This commit is contained in:
Dylan Thies
2023-12-12 00:22:07 -05:00
parent f849def32a
commit d95c567319
3 changed files with 13 additions and 2 deletions

View File

@@ -8,5 +8,5 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom.workspace = true
itertools.workspace = true
nom = { workspace = true }
itertools = {workspace = true ]