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};