Go to file
Developer bf4f757ef2 Fix build and runtime issues
This commit includes:
- Fixed XDG path handling to use place_runtime_file instead of get_runtime_path
- Updated JSON deserialization for Tokio async compatibility in both client and daemon
- Added missing dirs-next dependency for home directory access
- Fixed return values in several functions
- Created display module for client UI formatting
- Fixed command-line argument conflicts in daemon
2025-04-06 03:36:02 +00:00
client Fix build and runtime issues 2025-04-06 03:36:02 +00:00
common Fix build and runtime issues 2025-04-06 03:36:02 +00:00
daemon Fix build and runtime issues 2025-04-06 03:36:02 +00:00
.gitignore Initial commit: Add DESIGN.md, PROGRESS.md and .gitignore 2025-04-06 02:59:51 +00:00
Cargo.toml Implement core project structure and functionality 2025-04-06 03:27:28 +00:00
DESIGN.md Initial commit: Add DESIGN.md, PROGRESS.md and .gitignore 2025-04-06 02:59:51 +00:00
PROGRESS.md Update PROGRESS.md to mark Phase 1 as completed 2025-04-06 03:28:14 +00:00