Adds project readme and mit license.

This commit is contained in:
2026-08-23 04:28:58 -07:00
parent a9c94adf0b
commit fd538b0406
3 changed files with 94 additions and 5 deletions

View File

@@ -105,12 +105,12 @@ This document defines the complete project roadmap and task tracking system for
Create the initial repository layout for the project, including the shared Rust backend library, CLI tool, and Tauri GUI application. This establishes the monorepo structure and build configuration.
**Requirements:**
- [ ] Create root-level Cargo workspace
- [ ] Create `nextcloud_client/` Rust crate
- [ ] Create `cli/` Rust crate
- [x] Create root-level Cargo workspace
- [x] Create `nextcloud_client/` Rust crate
- [x] Create `cli/` Rust crate
- [ ] Create `gui/` Tauri project
- [ ] Add `.editorconfig` and `.gitignore`
- [ ] Add README with project overview
- [x] Add `.editorconfig` and `.gitignore`
- [x] Add README with project overview
**Dependencies:**
None