wasm-bindgen/examples/add/Cargo.toml

11 lines
174 B
TOML
Raw Normal View History

[package]
name = "add"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = { path = "../.." }