//! `DotState` - A modern, secure, and user-friendly dotfile manager
//!
//! This library provides the core functionality for managing dotfiles,
//! syncing with git repositories, and managing profiles.
// Core modules
// Re-exports for convenience
pub use Config;
pub use FileManager;
pub use ProfileManifest;
pub use SymlinkManager;
// Keymap re-exports (used by Config and for external API)
pub use ;