10 lines
193 B
TOML
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"} |