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
+22 -1
View File
@@ -11,4 +11,25 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
axum = "0.7"
tower-http = { version = "0.5", features = ["cors", "trace"] }
xcu-rpc = { path = "../xcu-rpc" }
xcu-crypto = { path = "../xcu-crypto" }
xcu-ouroboros = { path = "../xcu-ouroboros" }
xcu-sentinel = { path = "../xcu-sentinel" }
xcu-rate-limiter = { path = "../xcu-rate-limiter" }
xcu-load-balancer = { path = "../xcu-load-balancer" }
xcu-telemetry-core = { path = "../xcu-telemetry-core" }
xcu-config-vault = { path = "../xcu-config-vault" }
xcu-billing-matrix = { path = "../xcu-billing-matrix" }
xcu-iam-gatekeeper = { path = "../xcu-iam-gatekeeper" }
xcu-api-gateway = { path = "../xcu-api-gateway" }
xcu-command-center = { path = "../xcu-command-center" }
xcu-ebpf = { path = "../xcu-ebpf" }
xcu-ebpf-loader = { path = "../xcu-ebpf-loader" }
xcu-omega = { path = "../xcu-omega" }
uuid = { version = "1.23.2", features = ["serde", "v4"] }
chrono = { version = "0.4.44", features = ["serde"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "postgres", "uuid", "json", "chrono"] }
rand = "0.10.1"