aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-02-24 23:19:51 +0000
committerGuillaume Pasquet <dev@etenil.net>2022-02-24 23:19:51 +0000
commit30dd79ca9480ddb9db19030113d14ede49272411 (patch)
tree821fa5904e992e2086642a2a33dba16d8c49df66 /Cargo.toml
parent79a577031c062a4e3f79f39c8d18ea7edb8a425e (diff)
Fix #4: Color output
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 09bd918..5ae0756 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,3 +18,4 @@ serde = "1.0.130"
serde_json = "1.0.70"
jsonformat = "1.2.0"
jq-rs = "0.4.1"
+colored = "2.0.0"