From 0d1759abd560c0ed5220f821017fb985e6049fc1 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 3 Apr 2018 14:02:04 -0700 Subject: [PATCH] Add description to backend crate --- crates/backend/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index 40add4b3d07..209e22bcba4 100644 --- a/crates/backend/Cargo.toml +++ b/crates/backend/Cargo.toml @@ -2,6 +2,13 @@ name = "wasm-bindgen-backend" version = "0.2.0" authors = ["Nick Fitzgerald "] +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'