mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-15 12:44:31 +03:00
14 lines
346 B
TOML
14 lines
346 B
TOML
[package]
|
|
name = "wasm-bindgen-test"
|
|
version = "0.2.15"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.2.15' }
|
|
wasm-bindgen = { path = '../..', version = '0.2.15' }
|
|
js-sys = { path = '../js-sys', version = '0.2.0' }
|
|
console_error_panic_hook = '0.1'
|
|
|
|
[lib]
|
|
test = false
|