Prep work for the 0.1 release

This commit is contained in:
Alex Crichton
2018-03-05 20:24:35 -08:00
parent 98030e0e4a
commit f58c436f77
12 changed files with 54 additions and 7 deletions

View File

@@ -2,10 +2,17 @@
name = "wasm-bindgen-cli-support"
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 = """
Shared support for the wasm-bindgen-cli package, an internal dependency
"""
[dependencies]
base64 = "0.9"
parity-wasm = "0.27"
serde_json = "1.0"
wasm-bindgen-shared = { path = "../wasm-bindgen-shared" }
wasm-bindgen-shared = { path = "../wasm-bindgen-shared", version = '0.1' }
wasm-gc-api = "0.1"

View File

@@ -0,0 +1 @@
../../LICENSE-APACHE

View File

@@ -0,0 +1 @@
../../LICENSE-MIT