swactor/wasm/Cargo.toml
zacheryasc c9d1383d1c feat: basic wasm (#12)
Unfeatured wasm module. Mostly to test that wasm builds


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
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"