aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 414594b3751fbdd6f3cfa9e3d3bc229fa4ce94f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "git-mirror"
version = "0.1.0"
authors = ["Bond_009 <bond.009@outlook.com>"]
edition = "2018"

[dependencies]
clap = "^2.33"
git2 = "^0.13"
toml = "^0.5"

[dependencies.serde]
version = "^1.0"
features = ["derive"]