aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a54384be9ac45877b99b0bfcec68b49d5769c142 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "git-repository-mirror-creator"
version = "0.0.1"
edition = "2021"

[profile.release]
codegen-units = 1
lto = true
strip = true

[dependencies]
clap = { version = "4.4.0", features = ["derive"] }
gitlab = "=0.1408.0"