From 7da0220b10c921aae8ede3e78c665016af189239 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Thu, 26 Jul 2018 15:11:34 -0700 Subject: [PATCH] test: Add cargo.toml metadata --- crates/test/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/test/Cargo.toml b/crates/test/Cargo.toml index cd5635f2..335bf4bd 100644 --- a/crates/test/Cargo.toml +++ b/crates/test/Cargo.toml @@ -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' }