rustwasm/Cargo.toml
2024-11-24 23:15:16 -05:00

13 lines
175 B
TOML

[package]
name = "rustwasm"
version = "0.1.0"
edition = "2021"
[dependencies]
wasm-bindgen = "0.2"
# this is necessary to build the wasm blob
[lib]
crate-type = ["cdylib"]