Orthros/orthros-server/Cargo.toml

14 lines
257 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"}
bevy_matchbox = "0.13"
[[bin]]
name = "orthros-server"