wasm-bindgen/examples/dom/Cargo.toml

21 lines
299 B
TOML
Raw Normal View History

2018-03-21 18:26:00 +03:00
[package]
name = "dom"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
2018-03-21 18:26:00 +03:00
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = { path = "../.." }
[dependencies.web-sys]
path = '../../crates/web-sys'
features = [
'Document',
'Element',
'HtmlElement',
'Node',
'Window',
]