mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-26 11:34:22 +03:00
1c8061e675
Add a `--version` and `-V` to the command to print out the version
21 lines
443 B
TOML
21 lines
443 B
TOML
[package]
|
|
name = "wasm-bindgen-cli"
|
|
version = "0.1.0"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
|
|
[dependencies]
|
|
docopt = "0.8"
|
|
parity-wasm = "0.27"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
wasm-bindgen-cli-support = { path = "../wasm-bindgen-cli-support" }
|
|
wasm-bindgen-shared = { path = "../wasm-bindgen-shared" }
|
|
|
|
[[bin]]
|
|
name = "wasm-bindgen"
|
|
path = "src/bin/wasm-bindgen.rs"
|
|
|
|
[[bin]]
|
|
name = "wasm2es6js"
|
|
path = "src/bin/wasm2es6js.rs"
|