swactor/crates/bin-runner/Cargo.toml

15 lines
268 B
TOML
Raw Normal View History

[package]
name = "swactor-bin-runner"
version = "0.1.0"
edition = "2024"
[dependencies]
swactor = { path = "../.." }
wasmtime = "29"
[dev-dependencies]
swactor = { path = "../..", features = ["getrandom"] }
swactor-std = { path = "../std" }
wat = "1"
proptest = "1"