wasm-bindgen/examples/math/Cargo.toml

11 lines
175 B
TOML
Raw Normal View History

2018-03-21 20:03:40 +03:00
[package]
name = "math"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = { path = "../.." }