summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 9c2e28fcd1e0b09441c3fe96aa90ea9bf5a971eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "overlay-scrollbars"
version = "0.1.0"
edition = "2024"

# [lib]
# crate-type = ["cdylib"]

[dependencies]
js-sys = "0.3.77"
wasm-bindgen = "0.2.100"
web-sys = { version = "0.3.77", features = ["Element"] }