summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* feat(rola-cli): implement bucket creation and CLI entry point魏曹先生12 days1-0/+169
| | | | | | Add bucket creation logic with pre-checks, localized error handling, and a basic CLI entry point using the mingling framework. Introduce a placeholder protocol for bucket transfer testing.
* refactor: extract shared utilities and add space-system crate魏曹先生12 days1-7/+34
| | | | | | Extract rola-vcs/internal_macros into shared utils crates (shared_constants, shared_macros, space-system) and implement the Bucket enum with async space management
* feat(rola-bucket): add bucket transfer protocol and error handling魏曹先生12 days1-0/+33
|
* feat(functions): add safe file copy with atomic rename魏曹先生12 days1-0/+22
|
* chore: initialize project structure and add core modules魏曹先生12 days1-0/+87