wasm-bindgen/examples/char/Cargo.toml
2019-04-29 08:28:41 -07:00

12 lines
172 B
TOML

[package]
name = "char"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.43"