wasm-bindgen/Cargo.toml
2018-03-02 20:19:39 -08:00

22 lines
391 B
TOML

[package]
name = "wasm-bindgen"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
[lib]
test = false
doctest = false
[dependencies]
wasm-bindgen-macro = { path = "crates/wasm-bindgen-macro" }
[dev-dependencies]
test-support = { path = "crates/test-support" }
[workspace]
members = [
"crates/wasm-bindgen-cli",
"examples/hello_world",
"examples/smorgasboard",
]