From 4e9d846fbd51cec9e8d931c4aa3f399668ac316e Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 21 Nov 2021 19:44:47 +0100 Subject: Basic errors for parsing. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 -- cgit 1.4.1