summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f18620b..4e894ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,6 +28,8 @@ tokio = { version = "1.44.2", features = ["sync", "rt"] }
tracing = "0.1.41"
tracing-wasm = "0.2.1"
uuid = { version = "1.16.0", features = ["v4"] }
+# wasm-bindgen = "0.2.100"
+web-sys = { version = "0.3.77", features = ["HtmlInputElement", "FileList"] }
[patch.crates-io]
tokio_with_wasm = { path = "../tokio-with-wasm/tokio_with_wasm" }