22 lines
395 B
TOML
Raw Permalink Normal View History

[package]
name = "closures"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = { path = "../..", features = ['nightly'] }
js-sys = { path = "../../crates/js-sys" }
[dependencies.web-sys]
path = "../../crates/web-sys"
features = [
'CssStyleDeclaration',
'Document',
'Element',
'HtmlElement',
'Window',
]