test: Add cargo.toml metadata

This commit is contained in:
Nick Fitzgerald 2018-07-26 15:11:34 -07:00
parent da1e16d46c
commit 7da0220b10

View File

@ -2,6 +2,9 @@
name = "wasm-bindgen-test"
version = "0.2.15"
authors = ["The wasm-bindgen Developers"]
description = "Internal testing crate for wasm-bindgen"
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen"
[dependencies]
wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.2.15' }