-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40e1ee4
commit 0d1759a
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|