summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 38867aa..869ee3d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }