First test kinda working

This commit is contained in:
Valère Plantevin
2026-05-12 11:21:40 -04:00
parent cac6c9ac02
commit d3f09ee062
36 changed files with 3903 additions and 102 deletions

View File

@@ -7,4 +7,18 @@ edition = "2024"
thiserror = "2"
anyhow = "1"
bevy = "0.18"
game_sockets = { git = "https://github.com/VALERE91/game_sockets.git"}
game_sockets = { git = "https://github.com/VALERE91/game_sockets.git"}
substrate = { path = "../substrate" }
quinn = "0.11"
rustls = "0.23"
rustls-pemfile = "2"
rustls-pki-types = "1"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
uuid = { version = "1.23", features = ["v4"] }
bytes = "1"
clap = { version = "4", features = ["derive"] }
[dev-dependencies]
tokio = { version = "1", features = ["full", "test-util"] }