1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-31 09:21:05 +00:00
2019-03-21 17:08:48 -07:00

22 lines
294 B
TOML

[package]
name = "dom"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.40"
[dependencies.web-sys]
version = "0.3.4"
features = [
'Document',
'Element',
'HtmlElement',
'Node',
'Window',
]