[TSM.ID].[11031972] PXE: +xcu-sfu-a (fixed cross-deps) +xcu-sfu-b (standalone SFU v2, 8 tests pass)

This commit is contained in:
TSM.ID
2026-05-25 06:47:22 +07:00
parent 4e0d00b4bd
commit 16e7cdf1cc
15 changed files with 1011 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
# [TSM.ID].[11031972] -- All Rights Reserved. Proprietary & Confidential.
[package]
name = "xcu-sfu-a"
version = "0.1.0"
edition = "2021"
[dependencies]
xcu-media = { path = "../xcu-media" }
xcu-thermo = { path = "../xcu-thermo" }
xcu-harmonic = { path = "../xcu-harmonic" }
xcu-eclipse = { path = "../xcu-eclipse" } # Phase 46 DPI Decoy
tokio = { version = "1.37", features = ["rt", "macros"] } # Pengganti glommio untuk kompatibilitas Alpine
dashmap = "5.5" # Concurrent lock-free map
bytes = "1.5"
tracing = "0.1"
anyhow = "1.0"