From 5c89b37d49ee3eed6f520dd26e0409b65af6993d Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 11 Jan 2024 20:29:23 +0400 Subject: Initial CLI interface --- Cargo.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c54b369..a54384b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "git-repository-mirror-creator" -version = "0.1.0" +version = "0.0.1" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release] +codegen-units = 1 +lto = true +strip = true [dependencies] +clap = { version = "4.4.0", features = ["derive"] } +gitlab = "=0.1408.0" -- cgit v1.2.3