//! Static application metadata.
/// Application name; also the config/state directory name.
pub const APP_NAME: &str = "hop";
/// Crate version, from Cargo at build time.
pub const APP_VERSION: &str = env!;
/// One-line description.
pub const APP_ABOUT: &str =
"Fuzzy-finder TUI to jump between git repositories and folders";