swactor/crates/bindings/wasm-runtime/Cargo.toml

12 lines
247 B
TOML

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