wasm-bindgen/crates/shared/Cargo.toml

13 lines
421 B
TOML
Raw Normal View History

2017-12-15 06:31:01 +03:00
[package]
name = "wasm-bindgen-shared"
2019-03-04 20:11:23 +03:00
version = "0.2.38"
authors = ["The wasm-bindgen Developers"]
2018-03-06 07:24:35 +03:00
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared"
homepage = "https://rustwasm.github.io/wasm-bindgen/"
documentation = "https://docs.rs/wasm-bindgen-shared"
2018-03-06 07:24:35 +03:00
description = """
Shared support between wasm-bindgen and wasm-bindgen cli, an internal
dependency.
"""