From ff6ebb7c7994148775856957b87325de914b1558 Mon Sep 17 00:00:00 2001 From: holly sparkles Date: Fri, 4 Aug 2023 12:10:33 +0200 Subject: [PATCH] build(deps): add `colored` dependency --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e90ff6..9ca8805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,5 @@ edition = "2021" gumdrop = "0.8.1" anyhow = "1.0.72" serde = { version = "1.0.177", features = ["derive"] } -serde_json = "1.0.104" \ No newline at end of file +serde_json = "1.0.104" +colored = "2.0.4" \ No newline at end of file -- libgit2 1.7.2