summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-02-28 21:00:00 +0100
committerNadrieril2019-02-28 21:00:00 +0100
commit7b30677613bb8687649473361ce1a826509742a0 (patch)
tree995d7302cc47a7ef61172510a347fd251d659a10 /Cargo.toml
parent22a5eac0bfb22bfe27973c78ef0e8a9b418ee844 (diff)
Auto-generate pest file from spec abnf
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"