mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-31 03:51:56 +00:00
13 lines
279 B
TOML
13 lines
279 B
TOML
[package]
|
|
name = "wasm-bindgen-cli-support"
|
|
version = "0.1.0"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
|
|
[dependencies]
|
|
base64 = "0.9"
|
|
failure = "0.1"
|
|
parity-wasm = "0.27"
|
|
serde_json = "1.0"
|
|
wasm-bindgen-shared = { path = "../wasm-bindgen-shared" }
|
|
wasm-gc-api = "0.1"
|