swactor/crates/swactor-wasm/Cargo.toml
2026-02-08 00:36:29 +07:00

11 lines
216 B
TOML

[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"