Skip to content

Commit da1e16d

Browse files
committed
test-macro: Add Cargo.toml metadata
1 parent 8ec9713 commit da1e16d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/test-macro/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-macro"
33
version = "0.2.15"
44
authors = ["The wasm-bindgen Developers"]
5+
description = "Internal testing macro for wasm-bindgen"
6+
license = "MIT/Apache-2.0"
7+
repository = "https://github.com/rustwasm/wasm-bindgen"
58

69
[dependencies]
710
proc-macro2 = { version = "0.4", features = ['nightly'] }

0 commit comments

Comments
 (0)