summaryrefslogtreecommitdiff
path: root/abnf_to_pest/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-04-15 17:43:39 +0200
committerNadrieril2019-04-15 17:43:39 +0200
commit6ef11130281a16e5ca23250ac78bcd27c777a14e (patch)
tree95c60869904bb858f0ea31aba6a21e81faafe0d2 /abnf_to_pest/Cargo.toml
parent52615794bfe69a3ad14bff0044ade776028c08cd (diff)
Keep rule order in `abnf_to_pest`
Closes #79
Diffstat (limited to 'abnf_to_pest/Cargo.toml')
-rw-r--r--abnf_to_pest/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/abnf_to_pest/Cargo.toml b/abnf_to_pest/Cargo.toml
index fc9fe66..cd6aa10 100644
--- a/abnf_to_pest/Cargo.toml
+++ b/abnf_to_pest/Cargo.toml
@@ -10,5 +10,6 @@ doctest = false
[dependencies]
abnf = "0.1.2"
+indexmap = "1.0.2"
itertools = "0.8.0"
pretty = "0.5.2"