wasm-bindgen/Cargo.toml

14 lines
297 B
TOML
Raw Normal View History

2017-12-14 19:31:01 -08:00
[package]
name = "wasm-bindgen"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
[dependencies]
wasm-bindgen-macro = { path = "crates/wasm-bindgen-macro" }
[dev-dependencies]
test-support = { path = "crates/test-support" }
2017-12-18 14:31:01 -08:00
[workspace]
members = ["crates/wasm-bindgen-cli"]