about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2021-11-21 19:44:47 +0100
committerMel <einebeere@gmail.com>2021-11-21 19:44:47 +0100
commit4e9d846fbd51cec9e8d931c4aa3f399668ac316e (patch)
treecda2e8645662b6c083add5ac87a279381eec054f /Cargo.toml
parentabaa72af8a1be00f3f84d7771a7994bfbbccf719 (diff)
downloadrabbithole-4e9d846fbd51cec9e8d931c4aa3f399668ac316e.tar.zst
rabbithole-4e9d846fbd51cec9e8d931c4aa3f399668ac316e.zip
Basic errors for parsing.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 627219b..80e32c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,4 +7,5 @@ edition = "2018"
 
 [dependencies]
 anyhow = "1.0"
-thiserror = "1.0"
\ No newline at end of file
+thiserror = "1.0"
+colored = "2.0.0"
\ No newline at end of file