We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e1ee4 commit 0d1759aCopy full SHA for 0d1759a
crates/backend/Cargo.toml
@@ -2,6 +2,13 @@
2
name = "wasm-bindgen-backend"
3
version = "0.2.0"
4
authors = ["Nick Fitzgerald <[email protected]>"]
5
+license = "MIT/Apache-2.0"
6
+repository = "https://github.com/alexcrichton/wasm-bindgen"
7
+homepage = "https://github.com/alexcrichton/wasm-bindgen"
8
+documentation = "https://docs.rs/wasm-bindgen-backend"
9
+description = """
10
+Backend code generation of the wasm-bindgen tool
11
+"""
12
13
[dependencies]
14
quote = '0.5'
0 commit comments