1 2 3 4 5
mod indicator; pub mod state; pub use indicator::GitSyncTray; pub use state::{TrayCommand, TrayState, TrayStatus};