diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
