Add description to backend crate

This commit is contained in:
Alex Crichton 2018-04-03 14:02:04 -07:00
parent 40e1ee4484
commit 0d1759abd5

View File

@ -2,6 +2,13 @@
name = "wasm-bindgen-backend"
version = "0.2.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.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-backend"
description = """
Backend code generation of the wasm-bindgen tool
"""
[dependencies]
quote = '0.5'