Skip to content

Commit 0d1759a

Browse files
committed
Add description to backend crate
1 parent 40e1ee4 commit 0d1759a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/backend/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "wasm-bindgen-backend"
33
version = "0.2.0"
44
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+
"""
512

613
[dependencies]
714
quote = '0.5'

0 commit comments

Comments
 (0)