swactor/crates/wasm/runtime/Cargo.toml

13 lines
298 B
TOML
Raw Normal View History

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