mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-17 22:51:47 +03:00
17 lines
313 B
TOML
17 lines
313 B
TOML
|
[package]
|
||
|
name = "sample"
|
||
|
version = "0.1.0"
|
||
|
authors = ["The wasm-bindgen Authors"]
|
||
|
|
||
|
[lib]
|
||
|
test = false
|
||
|
|
||
|
[dependencies]
|
||
|
futures = "0.1"
|
||
|
js-sys = { path = '../../js-sys' }
|
||
|
wasm-bindgen = { path = '../../..' }
|
||
|
wasm-bindgen-futures = { path = '../../futures' }
|
||
|
|
||
|
[dev-dependencies]
|
||
|
wasm-bindgen-test = { path = '..' }
|