swactor/crates/wasm/Cargo.toml

12 lines
208 B
TOML
Raw Normal View History

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