post webrtc intégration

This commit is contained in:
2026-09-12 21:11:14 +02:00
parent 6b8cccc082
commit 9a07b368d6
27 changed files with 2180 additions and 584 deletions
+5 -5
View File
@@ -21,19 +21,19 @@ event_bus = { path = "event_bus" }
parking_lot = "0.12.5"
serde = "1.0.229"
serde_json = "1.0.151"
toml = "1.1.4"
uuid = { version = "1.26.0", features = ["v4", "v7", "fast-rng", "serde"] }
toml = "1.1.6"
uuid = { version = "1.26.1", features = ["v4", "v7", "fast-rng", "serde"] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "time"] }
thiserror = "2"
utoipa = { version = "5", features = ["uuid", "chrono"] }
utoipa-swagger-ui = { version = "9", features = ["axum"] }
log = "0.4"
bitflags = "2.13.1"
bitflags = "2.13.2"
argon2 = { version = "0.6.0", features = ["password-hash"] }
jsonwebtoken = { version = "11.0.0", features = ["aws_lc_rs"] }
tower = { version = "0.5", features = ["util"] }
tower-http = { version = "0.7.0", features = ["catch-panic", "cors", "trace"] }
tower-http = { version = "0.7.1", features = ["catch-panic", "cors", "trace"] }
chrono = "0.4.45"
validator = { version = "0.21.0", features = ["derive"] }
async-trait = "0.1.92"
@@ -42,4 +42,4 @@ futures-util = "0.3"
form_urlencoded = "1.2.2"
time = "0.3.55"
sha2 = "0.11.0"
rustrtc = "0.3.133"