mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-28 04:22:38 +03:00
16 lines
530 B
TOML
16 lines
530 B
TOML
[package]
|
|
name = "wasm-bindgen-test-project-builder"
|
|
version = "0.2.15"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
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"
|
|
wasm-bindgen-cli-support = { path = "../cli-support", version = '=0.2.15' }
|