From f76c80c1d23177ab00c81240ee3a75d3bcda0e3b Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sun, 1 Jun 2025 15:07:03 +0100 Subject: WIP: profile update --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" } -- cgit