Files
wasm-bindgen/examples/smorgasboard/Cargo.toml

11 lines
183 B
TOML
Raw Normal View History

2018-03-02 20:19:39 -08:00
[package]
name = "smorgasboard"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = { path = "../.." }