First test kinda working
This commit is contained in:
@@ -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"] }
|
||||
Reference in New Issue
Block a user