mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-29 12:41:34 +00:00
Prep work for the 0.1 release
This commit is contained in:
@ -2,6 +2,13 @@
|
||||
name = "wasm-bindgen-macro"
|
||||
version = "0.1.0"
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/alexcrichton/wasm-bindgen"
|
||||
homepage = "https://github.com/alexcrichton/wasm-bindgen"
|
||||
documentation = "https://docs.rs/wasm-bindgen"
|
||||
description = """
|
||||
Definition of the `#[wasm_bindgen]` attribute, an internal dependency
|
||||
"""
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
@ -11,4 +18,4 @@ syn = { version = '0.12', features = ['full'] }
|
||||
quote = '0.4'
|
||||
proc-macro2 = { version = "0.2", features = ["nightly"] }
|
||||
serde_json = "1"
|
||||
wasm-bindgen-shared = { path = "../wasm-bindgen-shared" }
|
||||
wasm-bindgen-shared = { path = "../wasm-bindgen-shared", version = "0.1.0" }
|
||||
|
1
crates/wasm-bindgen-macro/LICENSE-APACHE
Symbolic link
1
crates/wasm-bindgen-macro/LICENSE-APACHE
Symbolic link
@ -0,0 +1 @@
|
||||
../../LICENSE-APACHE
|
1
crates/wasm-bindgen-macro/LICENSE-MIT
Symbolic link
1
crates/wasm-bindgen-macro/LICENSE-MIT
Symbolic link
@ -0,0 +1 @@
|
||||
../../LICENSE-MIT
|
Reference in New Issue
Block a user