21 lines
299 B
TOML
Raw Permalink Normal View History

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