mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-19 08:02:09 +03:00
10 lines
252 B
TOML
10 lines
252 B
TOML
[package]
|
|
name = "wasm-bindgen-test-crate-a"
|
|
version = "0.1.0"
|
|
authors = ["The wasm-bindgen Authors"]
|
|
license = "MIT/Apache-2.0"
|
|
description = "internal test crate for wasm-bindgen"
|
|
|
|
[dependencies]
|
|
wasm-bindgen = { path = '../../..', version = '0.2' }
|