Orthros/orthros-server/Cargo.toml
2025-10-24 21:02:35 +02:00

14 lines
235 B
TOML

[package]
name = "orthros-server"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.17"
rand = "0.9.1"
# rusqlite = "0.37.0"
statrs = "0.18.0"
orthros_network = {path = "../orthros-network"}
[[bin]]
name = "orthros-server"