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>
12 lines
727 B
Plaintext
12 lines
727 B
Plaintext
cargo:rerun-if-changed=permissions
|
|
cargo:PERMISSION_FILES_PATH=/Users/vstockwell/repos/wraith-v2/src-tauri/target/debug/build/tauri-plugin-shell-bca2b95729252dfa/out/tauri-plugin-shell-permission-files
|
|
cargo:rerun-if-env-changed=REMOVE_UNUSED_COMMANDS
|
|
cargo:GLOBAL_SCOPE_SCHEMA_PATH=/Users/vstockwell/repos/wraith-v2/src-tauri/target/debug/build/tauri-plugin-shell-bca2b95729252dfa/out/global-scope.json
|
|
cargo:GLOBAL_API_SCRIPT_PATH=/Users/vstockwell/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-plugin-shell-2.3.5/api-iife.js
|
|
cargo:rustc-check-cfg=cfg(mobile)
|
|
cargo:rustc-check-cfg=cfg(desktop)
|
|
cargo:rustc-cfg=desktop
|
|
cargo:rustc-check-cfg=cfg(desktop)
|
|
cargo:rustc-cfg=desktop
|
|
cargo:rustc-check-cfg=cfg(mobile)
|