mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-17 06:21:36 +03:00
4c1bf937f2
This should fully stabilize the `wasm-bindgen` crate, preparing us for stable Rust!
12 lines
245 B
TOML
12 lines
245 B
TOML
[package]
|
|
name = "closures"
|
|
version = "0.1.0"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = { path = "../..", features = ['nightly'] }
|
|
js-sys = { path = "../../crates/js-sys" }
|