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