swactor/crates/bin-runner/Cargo.toml

15 lines
268 B
TOML
Raw Normal View History

2026-02-13 07:42:44 +00:00
[package]
name = "swactor-bin-runner"
2026-02-13 07:42:44 +00:00
version = "0.1.0"
edition = "2024"
[dependencies]
swactor = { path = "../.." }
wasmtime = "29"
[dev-dependencies]
swactor = { path = "../..", features = ["getrandom"] }
swactor-std = { path = "../std" }
2026-02-13 07:42:44 +00:00
wat = "1"
proptest = "1"