summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-03-01 00:44:55 +0100
committerNadrieril2019-03-01 00:44:55 +0100
commit7ec8c19e31bc88a6863ba2af40802ede31b18306 (patch)
tree7d009506a4cedfab65bfc25b9e812100b15f1cad /Cargo.toml
parent7b30677613bb8687649473361ce1a826509742a0 (diff)
Improve pest file layout
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 48c5488..9775e6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ build = "build.rs"
lalrpop = "0.16.3"
abnf = { git = "https://github.com/Nadrieril/abnf" }
itertools = "0.8.0"
+pretty = "0.5.2"
[dependencies]
bytecount = "0.5.1"