chore: webrtc

This commit is contained in:
Alexander Medvedev
2026-08-13 12:32:17 +02:00
parent 9fe599e261
commit a3ab25f53e
6 changed files with 690 additions and 783 deletions

View File

@@ -218,7 +218,8 @@ wasmtime-wasi-http = { version = "47.0", default-features = false, features = ["
# needed for interacting with wasmtime-wasi-http - keep in sync
hyper = { version = "^1.11", default-features = false }
axum = { version = "0.8.9", default-features = false, features = ["http1", "tokio"] }
webrtc = { version = "0.17.0", default-features = false }
webrtc = { version = "0.20.2" }
async-trait = "0.1"
wit-bindgen = { version = "0.60", default-features = false, features = ["macros"] }
postcard = { version = "1.1", default-features = false, features = ["alloc"] }