summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-06-01 15:07:03 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-06-01 15:07:03 +0100
commitf76c80c1d23177ab00c81240ee3a75d3bcda0e3b (patch)
treea49b1be04380017b108ec7a9ab4ba61ae236826c /Cargo.toml
parent0841bc1c64926de1d1a658ea1498f22e43ac6994 (diff)
downloadmacaw-web-f76c80c1d23177ab00c81240ee3a75d3bcda0e3b.tar.gz
macaw-web-f76c80c1d23177ab00c81240ee3a75d3bcda0e3b.tar.bz2
macaw-web-f76c80c1d23177ab00c81240ee3a75d3bcda0e3b.zip
WIP: profile update
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" }