16 lines
530 B
TOML
Raw Normal View History

[package]
name = "wasm-bindgen-test-project-builder"
2018-07-26 14:51:20 -07:00
version = "0.2.15"
authors = ["The wasm-bindgen Developers"]
2018-07-19 13:03:52 -07:00
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/test-project-builder"
homepage = "https://rustwasm.github.io/wasm-bindgen/"
documentation = "https://docs.rs/wasm-bindgen-test-project-builder"
description = """
Internal test support for wasm-bindgen
"""
[dependencies]
lazy_static = "1"
2018-07-26 14:51:20 -07:00
wasm-bindgen-cli-support = { path = "../cli-support", version = '=0.2.15' }