Skip to content

Commit 7da0220

Browse files
committed
test: Add cargo.toml metadata
1 parent da1e16d commit 7da0220

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/test/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "wasm-bindgen-test"
33
version = "0.2.15"
44
authors = ["The wasm-bindgen Developers"]
5+
description = "Internal testing crate for wasm-bindgen"
6+
license = "MIT/Apache-2.0"
7+
repository = "https://github.com/rustwasm/wasm-bindgen"
58

69
[dependencies]
710
wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.2.15' }

0 commit comments

Comments
 (0)