Major feature addition. For full details read `./docs/development_history/DISTRIBUTION.md`
11 lines
208 B
TOML
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"
|