67a69ab073
- Go backend API with full CRUD for all modules - Rust analytics service with parallel processing - C runtime with POSIX shared memory IPC - PostgreSQL schema with 30+ tables - Redis cache, Kafka event streaming - WebSocket hub, automation engine - PDF generation, Resend email integration - JWT auth, multi-tenant - Docker Compose deployment - Nginx reverse proxy Refs: BOC-001
4 lines
141 B
Plaintext
4 lines
141 B
Plaintext
cargo:rerun-if-changed=build/build.rs
|
|
cargo:rustc-check-cfg=cfg(cfg_macro_not_allowed)
|
|
cargo:rustc-check-cfg=cfg(host_os, values("windows"))
|