Add security, i18n, analysis, backup, notifications

This commit is contained in:
2026-02-27 17:16:41 +02:00
parent d6a6fb9eca
commit a1c7f72d1d
46 changed files with 7908 additions and 481 deletions

View File

@@ -1,10 +1,17 @@
pub mod analysis;
pub mod backup;
pub mod database;
pub mod discovery;
pub mod duplicates;
pub mod footprint;
pub mod fuse;
pub mod inspector;
pub mod integrator;
pub mod launcher;
pub mod notification;
pub mod orphan;
pub mod report;
pub mod security;
pub mod updater;
pub mod watcher;
pub mod wayland;