wasm-bindgen/crates/shared/Cargo.toml

17 lines
452 B
TOML
Raw Normal View History

2017-12-15 06:31:01 +03:00
[package]
name = "wasm-bindgen-shared"
2018-05-12 02:04:41 +03:00
version = "0.2.9"
2017-12-15 06:31:01 +03:00
authors = ["Alex Crichton <alex@alexcrichton.com>"]
2018-03-06 07:24:35 +03:00
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"
description = """
Shared support between wasm-bindgen and wasm-bindgen cli, an internal
dependency.
"""
2017-12-15 06:31:01 +03:00
[dependencies]
serde_derive = "1"
serde = "1"