wasm-bindgen/Cargo.toml
2017-12-14 19:31:01 -08:00

11 lines
246 B
TOML

[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" }