mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 06:33:33 +03:00
11 lines
246 B
TOML
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" }
|