Files
wasm-bindgen/examples/no_modules/Cargo.toml
Alex Crichton b04f60cf2b Bump to 0.2.31
2019-01-09 09:17:50 -08:00

22 lines
301 B
TOML

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