mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-23 13:40:52 +00:00
14 lines
347 B
TOML
14 lines
347 B
TOML
[package]
|
|
name = "wasm-bindgen-test"
|
|
version = "0.2.13"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.2.13' }
|
|
wasm-bindgen = { path = '../..', version = '0.2.13' }
|
|
js-sys = { path = '../js-sys', version = '0.2.13' }
|
|
console_error_panic_hook = '0.1'
|
|
|
|
[lib]
|
|
test = false
|