mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-31 09:21:05 +00: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' }
|