diff options
| author | Mel <einebeere@gmail.com> | 2021-11-21 19:44:47 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2021-11-21 19:44:47 +0100 |
| commit | 4e9d846fbd51cec9e8d931c4aa3f399668ac316e (patch) | |
| tree | cda2e8645662b6c083add5ac87a279381eec054f /Cargo.toml | |
| parent | abaa72af8a1be00f3f84d7771a7994bfbbccf719 (diff) | |
| download | rabbithole-4e9d846fbd51cec9e8d931c4aa3f399668ac316e.tar.zst rabbithole-4e9d846fbd51cec9e8d931c4aa3f399668ac316e.zip | |
Basic errors for parsing.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
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 |
