summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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