diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-30 22:57:14 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-30 22:57:14 -0500 |
| commit | 627d12103af079ef64853ef763133985f2a5dfc1 (patch) | |
| tree | 58b10d7df7f57dfea10664f2edae970b06962ade /Cargo.toml | |
| parent | 3137e2114e1fb542cfff4058c2c2c4e73a8b86c5 (diff) | |
Update terminal
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,4 +37,5 @@ wasm-bindgen-futures = "*" # interface with async javascript [target.'cfg(not(target_arch = "wasm32"))'.dependencies] env_logger = "*" tokio = { version = "*", features = ["full"] } -clap = { version = "*", features = ["cargo"] }
\ No newline at end of file +clap = { version = "*", features = ["cargo"] } +base64 = "0.22.1"
\ No newline at end of file |
