wasm-bindgen/examples/no_modules/Cargo.toml
2018-04-19 07:21:09 -07:00

11 lines
181 B
TOML

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