feat(sync): add rsync-like sync command with dry-run and bump version to v0.5.0

This commit is contained in:
2026-09-16 10:40:38 +02:00
parent 3f3f8f2730
commit aa65d96434
8 changed files with 1350 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@ pub mod mount;
pub mod platform;
pub mod recovery;
pub mod storage;
pub mod sync;
pub mod ui;
pub mod verify;
pub mod vfs;