[TSM.ID].[11031972] 3Z FIX: xcu-quic + xcu-omni point to xcu-sfu-a (alias). No more broken xcu-sfu ref.

This commit is contained in:
TSM.ID
2026-05-25 07:40:10 +07:00
parent 4dfc6f0957
commit 7a02830289
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ description = "The Omni-Com Gateway: SIP/GSM and Social Audio (WA/Telegram) Brid
tokio = { version = "1.34", features = ["full"] }
tracing = "0.1"
anyhow = "1.0"
xcu-sfu = { path = "../xcu-sfu" }
xcu-sfu = { path = "../xcu-sfu-a", package = "xcu-sfu-a" }
+1 -1
View File
@@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
xcu-sfu = { path = "../xcu-sfu" }
xcu-sfu = { path = "../xcu-sfu-a", package = "xcu-sfu-a" }
quinn = "0.10" # WebTransport / QUIC Protocol
rustls = "0.21"
rustls-pemfile = "2.0" # Parse Let's Encrypt PEM files