summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f55d24f..48c5488 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,8 @@ build = "build.rs"
[build-dependencies]
lalrpop = "0.16.3"
+abnf = { git = "https://github.com/Nadrieril/abnf" }
+itertools = "0.8.0"
[dependencies]
bytecount = "0.5.1"