2017-12-14 19:31:01 -08:00
|
|
|
[package]
|
|
|
|
name = "wasm-bindgen-shared"
|
2019-02-11 18:58:54 -08:00
|
|
|
version = "0.2.34"
|
2018-07-19 14:57:04 -05:00
|
|
|
authors = ["The wasm-bindgen Developers"]
|
2018-03-05 20:24:35 -08:00
|
|
|
license = "MIT/Apache-2.0"
|
2018-07-19 14:57:04 -05:00
|
|
|
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-05 20:24:35 -08:00
|
|
|
description = """
|
|
|
|
Shared support between wasm-bindgen and wasm-bindgen cli, an internal
|
|
|
|
dependency.
|
|
|
|
"""
|