git-mover 1.2.3

Move git repositories to a new location
Documentation
1
2
3
4
5
6
7
//! Gitlab API module
pub(crate) mod config;
pub(crate) mod platform;
pub(crate) mod repo;

/// Gitlab URL
const GITLAB_URL: &str = "gitlab.com";