This commit is contained in:
rvcas 2022-06-14 18:55:59 -04:00
parent c210803adf
commit f511dce353
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ exclude = ["test_data/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
flat = { path = "../flat" } flat = { path = "../flat", version = "0.0.1" }
hex = "0.4.3" hex = "0.4.3"
peg = "0.8.0" peg = "0.8.0"
strum = "0.24.0" strum = "0.24.0"