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"] }