0.3.5-alpha.8

This commit is contained in:
2026-09-22 07:35:17 +02:00
parent 401f00de13
commit 7f139f631e
9 changed files with 771 additions and 18 deletions

View File

@@ -0,0 +1,22 @@
# file: crates/apps/game-realtime-transport-fallback-smoke/Cargo.toml
# version: 1
[package]
name = "game-realtime-transport-fallback-smoke"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
publish.workspace = true
[dependencies]
game-logging-lib = { path = "../../common/game-logging-lib" }
game-realtime-transport-lib = { path = "../../common/game-realtime-transport-lib" }
game-realtime-websocket-lib = { path = "../../common/game-realtime-websocket-lib" }
game-realtime-webtransport-lib = { path = "../../common/game-realtime-webtransport-lib" }
tokio = { workspace = true, features = ["macros", "rt", "time"] }
tracing.workspace = true
[lints]
workspace = true