mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-30 13:11:33 +00:00
Prep work for the 0.1 release
This commit is contained in:
@ -2,14 +2,22 @@
|
||||
name = "wasm-bindgen-cli"
|
||||
version = "0.1.0"
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/alexcrichton/wasm-bindgen"
|
||||
homepage = "https://github.com/alexcrichton/wasm-bindgen"
|
||||
documentation = "https://docs.rs/wasm-bindgen"
|
||||
description = """
|
||||
Command line interface of the `#[wasm_bindgen]` attribute and project. For more
|
||||
information see https://github.com/alexcrichton/wasm-bindgen.
|
||||
"""
|
||||
|
||||
[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" }
|
||||
wasm-bindgen-cli-support = { path = "../wasm-bindgen-cli-support", version = "0.1" }
|
||||
wasm-bindgen-shared = { path = "../wasm-bindgen-shared", version = "0.1" }
|
||||
|
||||
[[bin]]
|
||||
name = "wasm-bindgen"
|
||||
|
Reference in New Issue
Block a user