Rust backend: SQLite (WAL mode, 8 tables), vault encryption (Argon2id + AES-256-GCM), settings/connections/credentials services, 19 Tauri command wrappers. 46/46 tests passing. Vue 3 frontend: unlock/create vault flow, Pinia app store, Tailwind CSS v4 dark theme with Wraith branding. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
582 B
Plaintext
14 lines
582 B
Plaintext
cargo:rerun-if-changed=build.rs
|
|
cargo:rustc-cfg=if_docsrs_then_no_serde_core
|
|
cargo:rustc-check-cfg=cfg(feature, values("result"))
|
|
cargo:rustc-check-cfg=cfg(if_docsrs_then_no_serde_core)
|
|
cargo:rustc-check-cfg=cfg(no_core_cstr)
|
|
cargo:rustc-check-cfg=cfg(no_core_error)
|
|
cargo:rustc-check-cfg=cfg(no_core_net)
|
|
cargo:rustc-check-cfg=cfg(no_core_num_saturating)
|
|
cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)
|
|
cargo:rustc-check-cfg=cfg(no_serde_derive)
|
|
cargo:rustc-check-cfg=cfg(no_std_atomic)
|
|
cargo:rustc-check-cfg=cfg(no_std_atomic64)
|
|
cargo:rustc-check-cfg=cfg(no_target_has_atomic)
|