mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-25 11:02:11 +03:00
22 lines
391 B
TOML
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",
|
|
]
|