mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-14 13:31:22 +00:00
test-macro: Add Cargo.toml metadata
This commit is contained in:
@ -2,6 +2,9 @@
|
|||||||
name = "wasm-bindgen-test-macro"
|
name = "wasm-bindgen-test-macro"
|
||||||
version = "0.2.15"
|
version = "0.2.15"
|
||||||
authors = ["The wasm-bindgen Developers"]
|
authors = ["The wasm-bindgen Developers"]
|
||||||
|
description = "Internal testing macro for wasm-bindgen"
|
||||||
|
license = "MIT/Apache-2.0"
|
||||||
|
repository = "https://github.com/rustwasm/wasm-bindgen"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = { version = "0.4", features = ['nightly'] }
|
proc-macro2 = { version = "0.4", features = ['nightly'] }
|
||||||
|
Reference in New Issue
Block a user