wasm-bindgen/crates/wasm-bindgen-cli/Cargo.toml
2017-12-14 19:31:01 -08:00

11 lines
240 B
TOML

[package]
name = "wasm-bindgen-cli"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
[dependencies]
docopt = "0.8"
serde = "1.0"
serde_derive = "1.0"
wasm-bindgen-cli-support = { path = "../wasm-bindgen-cli-support" }