Files
quic_ecs_dt/simulator/Cargo.toml
2026-05-04 16:13:40 -04:00

10 lines
193 B
TOML

[package]
name = "simulator"
version = "0.1.0"
edition = "2024"
[dependencies]
thiserror = "2"
anyhow = "1"
bevy = "0.18"
game_sockets = { git = "https://github.com/VALERE91/game_sockets.git"}