From d7f1cea33834e9387ede6914fa1aa62ce1f00842 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 10:25:42 +0000 Subject: [PATCH] fix: resolved CI/CD issues and module structure --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 4617fa2..82e37c1 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,2 +1,2 @@ pub mod config; -pub use config::{Config, Dotfile}; \ No newline at end of file +pub use config::{Dotfile, DotmigrateConfig, DotfileEntry, SyncConfig, BackupConfig};