131 lines
2.7 KiB
TOML
131 lines
2.7 KiB
TOML
# [TSM.ID].[11031972] -- All Rights Reserved. Proprietary & Confidential.
|
|
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"xcu-core",
|
|
"xcu-sfu",
|
|
"xcu-quic",
|
|
|
|
"xcu-grid",
|
|
"xcu-wasm-sdk",
|
|
"xcu-qcg-wasm",
|
|
"xcu-tui",
|
|
"xcu-parquet",
|
|
"xcu-relay",
|
|
"xcu-ingest",
|
|
"xcu-rpc",
|
|
"xcu-crypto",
|
|
"xcu-neural-chat",
|
|
"xcu-billing-matrix",
|
|
"xcu-resonance",
|
|
"xcu-pulsar",
|
|
"xcu-harmonic",
|
|
"xcu-sonar",
|
|
"xcu-aegis",
|
|
"xcu-aether",
|
|
"xcu-apex",
|
|
"xcu-cassandra",
|
|
"xcu-cerberus",
|
|
"xcu-chimera",
|
|
"xcu-eclipse",
|
|
"xcu-elysium",
|
|
"xcu-hydra",
|
|
"xcu-labyrinth",
|
|
"xcu-lazarus",
|
|
"xcu-leviathan",
|
|
"xcu-media",
|
|
"xcu-mimicry",
|
|
"xcu-mjolnir",
|
|
"xcu-oblivion",
|
|
|
|
"xcu-omni",
|
|
"xcu-omniscience",
|
|
"xcu-ouroboros",
|
|
"xcu-panopticon",
|
|
"xcu-phantom",
|
|
"xcu-sentinel",
|
|
"xcu-tartarus",
|
|
"xcu-tesseract",
|
|
"xcu-thermo",
|
|
"xcu-valkyrie",
|
|
"xcu-vanguard",
|
|
"xcu-veritas",
|
|
"xcu-command-center",
|
|
"xcu-iam-gatekeeper",
|
|
"xcu-omni-relay",
|
|
"xcu-webview-bridge",
|
|
"xcu-ipc-router",
|
|
"xcu-memory-pool",
|
|
"xcu-garbage-collector",
|
|
"xcu-v8-sandbox",
|
|
"xcu-render-pipeline",
|
|
"xcu-state-machine",
|
|
"xcu-thread-weaver",
|
|
"xcu-bootloader",
|
|
"xcu-orbital-router",
|
|
"xcu-pbgp",
|
|
"xcu-doppler-airdrop",
|
|
"xcu-frequency-hopper",
|
|
"xcu-gyro-matrix",
|
|
"xcu-lidar-mapper",
|
|
"xcu-haptic-engine",
|
|
"xcu-camera-raw",
|
|
"xcu-mic-array",
|
|
"xcu-codec-prism",
|
|
"xcu-holographic-codec",
|
|
"xcu-neural-audio",
|
|
"xcu-spatial-video",
|
|
"xcu-kyber-lattice",
|
|
"xcu-dilithium-sign",
|
|
"xcu-homomorphic-vault",
|
|
"xcu-steganography",
|
|
"xcu-zk-proof",
|
|
"xcu-quantum-rng",
|
|
"xcu-post-quantum-kex",
|
|
"xcu-nlp-core",
|
|
"xcu-ai-inference",
|
|
"xcu-predictive-cache",
|
|
"xcu-anomaly-detector",
|
|
"xcu-ids-matrix",
|
|
"xcu-deception-net",
|
|
"xcu-forensic-chain",
|
|
"xcu-counter-intel",
|
|
"xcu-chaos-monkey",
|
|
"xcu-self-heal",
|
|
"xcu-canary-deploy",
|
|
"xcu-feature-flag",
|
|
"xcu-circuit-breaker",
|
|
"xcu-rate-limiter",
|
|
"xcu-service-mesh",
|
|
"xcu-config-vault",
|
|
"xcu-ouroboros-engine",
|
|
"xcu-phantom-cloak",
|
|
"xcu-temporal-db",
|
|
"xcu-consensus-raft",
|
|
"xcu-byok-matrix",
|
|
"xcu-pki-forge",
|
|
"xcu-audit-trail",
|
|
"xcu-telemetry-core",
|
|
"xcu-battery-drainer",
|
|
"xcu-nfc-bridge",
|
|
"xcu-bluetooth-mesh",
|
|
"xcu-geo-fence",
|
|
"xcu-biometric-auth",
|
|
"xcu-compression-ultra",
|
|
"xcu-dns-resolver",
|
|
"xcu-load-balancer",
|
|
"xcu-secret-sharing",
|
|
"xcu-event-sourcing",
|
|
"xcu-graph-db",
|
|
"xcu-scheduler-cron",
|
|
"xcu-api-gateway",
|
|
"xcu-data-pipeline",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
strip = true
|