[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:
@@ -9,4 +9,4 @@ description = "The Omni-Com Gateway: SIP/GSM and Social Audio (WA/Telegram) Brid
|
|||||||
tokio = { version = "1.34", features = ["full"] }
|
tokio = { version = "1.34", features = ["full"] }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
xcu-sfu = { path = "../xcu-sfu" }
|
xcu-sfu = { path = "../xcu-sfu-a", package = "xcu-sfu-a" }
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
xcu-sfu = { path = "../xcu-sfu" }
|
xcu-sfu = { path = "../xcu-sfu-a", package = "xcu-sfu-a" }
|
||||||
quinn = "0.10" # WebTransport / QUIC Protocol
|
quinn = "0.10" # WebTransport / QUIC Protocol
|
||||||
rustls = "0.21"
|
rustls = "0.21"
|
||||||
rustls-pemfile = "2.0" # Parse Let's Encrypt PEM files
|
rustls-pemfile = "2.0" # Parse Let's Encrypt PEM files
|
||||||
|
|||||||
Reference in New Issue
Block a user