From 627d12103af079ef64853ef763133985f2a5dfc1 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 30 Jan 2025 22:57:14 -0500 Subject: Update terminal --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3