Skip to content

Commit

Permalink
Add description to backend crate
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Apr 3, 2018
1 parent 40e1ee4 commit 0d1759a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crates/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name = "wasm-bindgen-backend"
version = "0.2.0"
authors = ["Nick Fitzgerald <[email protected]>"]
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-backend"
description = """
Backend code generation of the wasm-bindgen tool
"""

[dependencies]
quote = '0.5'
Expand Down

0 comments on commit 0d1759a

Please sign in to comment.