git_repos/common/
consts.rs

1pub const DEFAULT_TOKEN_FILE: &str = "~/.config/git-repos/git_token";
2
3pub const DEFAULT_CONFIG_FILE: &str = "~/.config/git-repos/config.toml";