wasm-bindgen/examples/smorgasboard/Cargo.toml
2018-03-02 20:19:39 -08:00

15 lines
427 B
TOML

[package]
name = "smorgasboard"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
[lib]
crate-type = ["cdylib"]
[dependencies]
# Here we're using a path dependency to use what's already in this repository,
# but you'd use the commented out version below if you're copying this into your
# project.
wasm-bindgen = { path = "../.." }
#wasm-bindgen = { git = "https://github.com/alexcrichton/wasm-bindgen" }