diff options
| author | Max Audron <audron@cocaine.farm> | 2022-06-09 17:06:15 +0200 |
|---|---|---|
| committer | Maximilian Manz <maximilian.manz@de.clara.net> | 2022-06-20 11:33:04 +0200 |
| commit | 656fc8e1091020747bea2f6114cb91b756e8361e (patch) | |
| tree | af59e919d64b4fc76fcd49beba72ea9e87489103 /Cargo.toml | |
| parent | add readme (diff) | |
prepare release 1.0.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,12 @@ [package] name = "gtree" -version = "0.1.0" +description = "A tool to clone and pull whole group trees from a git forge, properly organized on disk." +version = "1.0.0" edition = "2021" +authors = ["Max Audron <audron@cocaine.farm>"] +license = "ISC" +homepage = "https://gitlab.com/cocainefarm/gtree" +repository = "https://gitlab.com/cocainefarm/gtree" [dependencies] tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } @@ -18,7 +23,7 @@ git2 = { version = "0.14" } walkdir = "2" -async-trait = "*" +async-trait = "0.1" # Arg parsing and config clap = { version = "3", features = ["derive"] } |
