swactor/crates/wasm/Cargo.toml
2026-02-12 16:10:28 +07:00

11 lines
208 B
TOML

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