rustwasmhello/Cargo.toml

11 lines
212 B
TOML
Raw Permalink Normal View History

[package]
name = "rustwasmhello"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]