wasm-bindgen/examples/import_js/Cargo.toml
2018-05-23 12:14:12 -07:00

11 lines
180 B
TOML

[package]
name = "import_js"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = { path = "../.." }