index : bitwarden-ssh-agent.git

ascending towards madness

author holly sparkles <sparkles@holly.sh> 2023-08-04 10:10:33.0 +00:00:00
committer holly sparkles <sparkles@holly.sh> 2023-08-04 10:10:33.0 +00:00:00
commit
ff6ebb7c7994148775856957b87325de914b1558 [patch]
tree
7b8fbbd105bfc3707088562a0ede1fcfefd1f2ad
parent
8376ba45126292ad414a35be7299cab96b620d29
download
ff6ebb7c7994148775856957b87325de914b1558.tar.gz

build(deps): add `colored` dependency



Diff

 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