diff options
author | Guillaume Pasquet <dev@etenil.net> | 2022-02-24 23:39:33 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2022-02-24 23:39:33 +0000 |
commit | 3517f9d9ff69eebae14e32a3b1550bd920ea3238 (patch) | |
tree | b56d16e0b757bc8868e9f49a7cc20c0ae546c6ad /Cargo.toml | |
parent | 649299965d2368f65b45d7f51b89eb69b491c7a4 (diff) |
Fix #5: Add JSON syntax coloring
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,3 +19,4 @@ serde_json = "1.0.70" jsonformat = "1.2.0" jq-rs = "0.4.1" colored = "2.0.0" +colored_json = "2.1.0" |