wasm-bindgen/examples/without-a-bundler/Cargo.toml

22 lines
308 B
TOML
Raw Normal View History

[package]
name = "without-a-bundler"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
2019-06-19 21:11:44 +03:00
wasm-bindgen = "0.2.47"
[dependencies.web-sys]
version = "0.3.4"
features = [
'Document',
'Element',
'HtmlElement',
'Node',
'Window',
]