diff options
author | 2025-06-01 15:07:03 +0100 | |
---|---|---|
committer | 2025-06-01 15:07:03 +0100 | |
commit | f76c80c1d23177ab00c81240ee3a75d3bcda0e3b (patch) | |
tree | a49b1be04380017b108ec7a9ab4ba61ae236826c /Cargo.toml | |
parent | 0841bc1c64926de1d1a658ea1498f22e43ac6994 (diff) | |
download | macaw-web-f76c80c1d23177ab00c81240ee3a75d3bcda0e3b.tar.gz macaw-web-f76c80c1d23177ab00c81240ee3a75d3bcda0e3b.tar.bz2 macaw-web-f76c80c1d23177ab00c81240ee3a75d3bcda0e3b.zip |
WIP: profile update
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" } |