diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,9 @@ name = "macaw-web" version = "0.1.0" edition = "2024" +# [lib] +# crate-type = ["cdylib", "rlib"] + [dependencies] base64 = "0.22.1" chrono = "0.4.41" @@ -30,7 +33,9 @@ tracing = "0.1.41" tracing-wasm = "0.2.1" uuid = { version = "1.16.0", features = ["v4"] } # wasm-bindgen = "0.2.100" +overlay-scrollbars = { git = "https://bunny.garden/forks/overlay-scrollbars" } web-sys = { version = "0.3.77", features = ["HtmlInputElement", "FileList", "Url"] } +js-sys = { version = "0.3.77" } [patch.crates-io] tokio_with_wasm = { path = "../tokio-with-wasm/tokio_with_wasm" } |