wasm-bindgen/examples/char/Cargo.toml
2024-03-04 11:25:46 +01:00

13 lines
194 B
TOML

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