summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNanoTech2016-12-06 21:22:01 -0600
committerNanoTech2017-03-10 23:48:27 -0600
commit3d9dfaeadf85c31295b2b14ac25bd66ddc774177 (patch)
tree6de2cd09a237fb26c8ee989768be202a4a7c2b52 /Cargo.toml
parent99ac9733d9a261784724a97162dfad32732590d6 (diff)
rustc-style error messages
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 625cda1..8a5ad81 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,5 +8,6 @@ build = "build.rs"
lalrpop = "0.12.4"
[dependencies]
+bytecount = "0.1.4"
lalrpop-util = "0.12.4"
nom = "2.0.0"