swactor/wasm/Cargo.toml
zacheryasc 042ccd0db0 feat: basic wasm (#12)
Unfeatured wasm module. Mostly to test that wasm builds
2026-02-06 16:47:43 +00:00

13 lines
226 B
TOML

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