05ed037fe8
- DNS: pilot.landvex.com -> 16.170.83.169 - TLS: Let's Encrypt certificate (expires 2026-09-30) - Nginx: reverse proxy with SSL termination - API: https://pilot.landvex.com/api/v1/missions - UI: https://pilot.landvex.com/ - Upload: POST /api/v1/missions/import (multipart/form-data) Verified: ✅ https://pilot.landvex.com/health ✅ https://pilot.landvex.com/version ✅ https://pilot.landvex.com/api/v1/missions (list) ✅ https://pilot.landvex.com/api/v1/missions/:id (get) ✅ POST /api/v1/missions/import (video upload) ✅ UI loads with title 'LandveX Intelligence Lab' Next: Pilot 001 — Break the system!
17 lines
741 B
Plaintext
17 lines
741 B
Plaintext
cargo:rustc-check-cfg=cfg(rustc_1_75)
|
|
cargo:rustc-cfg=rustc_1_75
|
|
cargo:rustc-check-cfg=cfg(rustc_1_60)
|
|
cargo:rustc-cfg=rustc_1_60
|
|
cargo:rustc-check-cfg=cfg(rustc_1_50)
|
|
cargo:rustc-cfg=rustc_1_50
|
|
cargo:rustc-check-cfg=cfg(rustc_1_46)
|
|
cargo:rustc-cfg=rustc_1_46
|
|
cargo:rustc-check-cfg=cfg(has_unsigned_abs)
|
|
cargo:rustc-cfg=has_unsigned_abs
|
|
cargo:rerun-if-env-changed=RUST_BIGDECIMAL_DEFAULT_PRECISION
|
|
cargo:rerun-if-env-changed=RUST_BIGDECIMAL_DEFAULT_ROUNDING_MODE
|
|
cargo:rerun-if-env-changed=RUST_BIGDECIMAL_FMT_EXPONENTIAL_LOWER_THRESHOLD
|
|
cargo:rerun-if-env-changed=RUST_BIGDECIMAL_FMT_EXPONENTIAL_UPPER_THRESHOLD
|
|
cargo:rerun-if-env-changed=RUST_BIGDECIMAL_FMT_MAX_INTEGER_PADDING
|
|
cargo:rerun-if-env-changed=RUST_BIGDECIMAL_SERDE_SCALE_LIMIT
|