0.3.5-alpha.4

This commit is contained in:
2026-09-21 23:37:18 +02:00
parent fd6ffecdf5
commit ce3811f8ec
14 changed files with 1284 additions and 147 deletions

View File

@@ -1,5 +1,5 @@
# file: crates/common/game-realtime-webtransport-lib/Cargo.toml
# version: 1
# version: 2
[package]
name = "game-realtime-webtransport-lib"
@@ -13,6 +13,7 @@ publish.workspace = true
[dependencies]
game-realtime-transport-lib = { path = "../game-realtime-transport-lib" }
rcgen = { workspace = true, features = ["ring"] }
tokio = { workspace = true, features = ["time"] }
tracing.workspace = true
url.workspace = true
web-transport-quinn = { workspace = true, features = ["ring"] }