From 30d7b1636d05a6942a456c6473482fffc0654957 Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Fri, 22 Nov 2024 10:21:00 -0500 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3529bd2..0457a67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,9 +27,3 @@ rsa = "0.9" rand_chacha = "0.3" base64 = "0.13.0" tempfile = "3.2" -wasm-bindgen = "0.2" -js-sys = "0.3" -web-sys = "0.3" - -[lib] -crate-type = ["cdylib", "rlib"]