wasm-bindgen/examples/hello_world/Cargo.toml
2019-01-07 07:47:07 -08:00

12 lines
179 B
TOML

[package]
name = "hello_world"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.30"