mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-17 15:01:23 +00:00
Add description to backend crate
This commit is contained in:
@ -2,6 +2,13 @@
|
|||||||
name = "wasm-bindgen-backend"
|
name = "wasm-bindgen-backend"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
|
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]
|
[dependencies]
|
||||||
quote = '0.5'
|
quote = '0.5'
|
||||||
|
Reference in New Issue
Block a user