This commit is contained in:
rvcas
2022-06-14 18:55:59 -04:00
parent c210803adf
commit f511dce353

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
[dependencies]
flat = { path = "../flat" }
flat = { path = "../flat", version = "0.0.1" }
hex = "0.4.3"
peg = "0.8.0"
strum = "0.24.0"