From 226fa39f53faa031413140780352493a0e7d130b Mon Sep 17 00:00:00 2001 From: tahahawa Date: Wed, 9 Jul 2025 00:12:42 -0400 Subject: [PATCH] add deps --- examples/rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml index 9fcfb2f..2391853 100644 --- a/examples/rust/Cargo.toml +++ b/examples/rust/Cargo.toml @@ -12,3 +12,4 @@ tokio = { workspace = true } log = { workspace = true } env_logger = { workspace = true } url = { workspace = true } +base64.workspace = true