2018-04-06 08:49:21 -07:00
|
|
|
[package]
|
|
|
|
name = "closures"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
wasm-bindgen = { path = "../.." }
|
2018-07-19 14:30:58 -05:00
|
|
|
js-sys = { path = "../../crates/js-sys" }
|