swactor/wasm/Cargo.toml

14 lines
226 B
TOML
Raw Normal View History

[workspace]
[package]
name = "swactor-wasm"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
swactor = { path = "..", default-features = false, features = ["no_random"] }
wasm-bindgen = "0.2"