swactor/crates/simulation-dashboard/Cargo.toml
zacheryasc 402a106beb feat: distributed runtime (#30)
Major feature addition. For full details read `./docs/development_history/DISTRIBUTION.md`


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-02-12 09:13:50 +00:00

11 lines
252 B
TOML

[package]
name = "simulation-dashboard"
version = "0.1.0"
edition = "2024"
[dependencies]
simulation = { path = "../simulation", features = ["gossip"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tiny_http = "0.12"
toml = "0.8"