summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNanoTech2016-12-06 21:55:47 -0600
committerNanoTech2017-03-10 23:48:28 -0600
commite8da1dd3007a392e9594eca72177265f356cabeb (patch)
treee8f038960cb8b4da4f69f67465a7560f1d71e62a /Cargo.toml
parent3d9dfaeadf85c31295b2b14ac25bd66ddc774177 (diff)
Colored 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 8a5ad81..ea1250e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,3 +11,4 @@ lalrpop = "0.12.4"
bytecount = "0.1.4"
lalrpop-util = "0.12.4"
nom = "2.0.0"
+term-painter = "0.2.3"