summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-06-11 09:52:05 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-06-11 21:19:39 +0100
commit2cac8c729c8ee175f01f677f285382349a7f9f62 (patch)
tree743b1dcbde3be59652019a5012870010d9a91f50 /Cargo.toml
parentdc46068e53b9687500eff9cbe33eaf315447e510 (diff)
downloadmacaw-web-2cac8c729c8ee175f01f677f285382349a7f9f62.tar.gz
macaw-web-2cac8c729c8ee175f01f677f285382349a7f9f62.tar.bz2
macaw-web-2cac8c729c8ee175f01f677f285382349a7f9f62.zip
feat: prettier scrollbars
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" }