Files
simple-rust-tests/__wasm/wasm/Cargo.toml
2020-10-17 11:47:07 +08:00

11 lines
179 B
TOML

[package]
name = "hello-wasm"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2"