mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-28 20:43:23 +03:00
23 lines
747 B
TOML
23 lines
747 B
TOML
[package]
|
|
name = "wasm-bindgen-cli"
|
|
version = "0.2.15"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/cli"
|
|
homepage = "https://rustwasm.github.io/wasm-bindgen/"
|
|
documentation = "https://rustwasm.github.io/wasm-bindgen/"
|
|
categories = ["wasm"]
|
|
description = """
|
|
Command line interface of the `#[wasm_bindgen]` attribute and project. For more
|
|
information see https://github.com/alexcrichton/wasm-bindgen.
|
|
"""
|
|
|
|
[dependencies]
|
|
docopt = "1.0"
|
|
failure = "0.1"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.15" }
|
|
wasm-bindgen-shared = { path = "../shared", version = "=0.2.15" }
|
|
parity-wasm = "0.31"
|