diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-31 13:50:14 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-31 13:50:14 -0500 |
| commit | c4f96d2b3f3b3878d6e0bbca7e0c4cd3f5d8bc85 (patch) | |
| tree | 422e7075f191badb3ccee2c02bd24332e6ee5b9e /Cargo.toml | |
| parent | 7e1ccc9f3e83d7b807ffaa7706085437df69fb67 (diff) | |
Terminal (it doesn't do the colors right for some reason)
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 |
