summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b394486..ea54f9f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,4 +38,6 @@ wasm-bindgen-futures = "*" # interface with async javascript
env_logger = "*"
tokio = { version = "*", features = ["full"] }
clap = { version = "*", features = ["cargo"] }
-base64 = "0.22.1" \ No newline at end of file
+base64 = "0.22.1"
+colored = "2.2.0"
+termion = "*" \ No newline at end of file