wasm-bindgen/examples/hello_world/Cargo.toml

12 lines
179 B
TOML
Raw Normal View History

[package]
name = "hello_world"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
2018-12-11 04:24:47 +03:00
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
2019-01-09 20:13:13 +03:00
wasm-bindgen = "0.2.31"