Initial Multiverse V8 Genesis
[TSM.ID].[11031972] PXE : Platform X Ecosystem I [142 Module - REAL LIVE -] / 3Z: Zero Error Check (142 Modules) (push) Waiting to run

This commit is contained in:
tedism
2026-05-31 06:14:59 +07:00
parent a0ea1dc3f0
commit 30825912f4
18 changed files with 1577 additions and 217 deletions
+7 -5
View File
@@ -5,14 +5,16 @@ version = "0.1.0"
edition = "2021"
[dependencies]
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
rcgen = "0.11" # Auto TLS Certificate Generator (Self-Signed fallback)
xcu_sfu_b = { path = "../xcu-sfu-b", package = "xcu-sfu-b" }
quinn = "0.11" # WebTransport / QUIC Protocol
rustls = "0.23"
rustls-pemfile = "2.2" # Parse Let's Encrypt PEM files
rcgen = "0.13" # Auto TLS Certificate Generator (Self-Signed fallback)
rkyv = { version = "0.7", features = ["validation"] } # Zero-Copy Serialization
tokio = { version = "1.37", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
anyhow = "1.0"
sha2 = "0.10"
hex = "0.4"
rustls-pki-types = "1.14.1"