swactor/crates/bin-runner/Cargo.toml
Claude 8e18dc4714 refactor: consolidate crates
Crates continued to grow in number, but most are still quite small and feature specific. This refactor consolidates them.
2026-02-14 00:32:19 +07:00

14 lines
268 B
TOML

[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"