Cleanup before network implementation

This commit is contained in:
Valère Plantevin
2026-05-04 16:53:14 -04:00
parent 4ec5b98df4
commit cac6c9ac02
9 changed files with 286 additions and 14 deletions

View File

@@ -7,7 +7,8 @@ edition = "2024"
bevy = "0.18"
thiserror = "2"
anyhow = "1"
tracing-subscriber = "0.3"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
quinn = { version = "0.11" }
rustls = { version = "0.23" }
tokio = { version = "1", features = ["full"] }