wraith/src-tauri/target/debug/build/tauri-plugin-shell-e5acde478281c3a2/output
Vantz Stockwell 2848d79915 feat: Phase 1 complete — Tauri v2 foundation
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>
2026-03-17 15:09:41 -04:00

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-e5acde478281c3a2/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-e5acde478281c3a2/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)