mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-20 08:31:47 +03:00
11 lines
244 B
TOML
11 lines
244 B
TOML
|
[package]
|
||
|
name = "wasm-bindgen-cli-support"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||
|
|
||
|
[dependencies]
|
||
|
parity-wasm = "0.17"
|
||
|
failure = "0.1"
|
||
|
wasm-bindgen-shared = { path = "../wasm-bindgen-shared" }
|
||
|
serde_json = "1.0"
|