diff options
author | Guillaume Pasquet <dev@etenil.net> | 2022-02-24 23:19:51 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2022-02-24 23:19:51 +0000 |
commit | 30dd79ca9480ddb9db19030113d14ede49272411 (patch) | |
tree | 821fa5904e992e2086642a2a33dba16d8c49df66 /Cargo.toml | |
parent | 79a577031c062a4e3f79f39c8d18ea7edb8a425e (diff) |
Fix #4: Color output
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |