summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-01-30 22:57:14 -0500
committerLLLL Colonq <llll@colonq>2025-01-30 22:57:14 -0500
commit627d12103af079ef64853ef763133985f2a5dfc1 (patch)
tree58b10d7df7f57dfea10664f2edae970b06962ade /Cargo.toml
parent3137e2114e1fb542cfff4058c2c2c4e73a8b86c5 (diff)
Update terminal
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c05b188..b394486 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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