wasm-bindgen/examples/char/Cargo.toml
André Luis Leal Cardoso Junior 88c8b9059e Add edition 2018 to Cargo.toml
2018-12-10 23:44:59 -02: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.29"