mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 05:52:21 +03:00
17 lines
468 B
TOML
17 lines
468 B
TOML
[package]
|
|
name = "wasm-bindgen-shared"
|
|
version = "0.2.21"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
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"
|
|
description = """
|
|
Shared support between wasm-bindgen and wasm-bindgen cli, an internal
|
|
dependency.
|
|
"""
|
|
|
|
[dependencies]
|
|
serde_derive = "1"
|
|
serde = "1"
|