aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2022-06-09 17:06:15 +0200
committerMaximilian Manz <maximilian.manz@de.clara.net>2022-06-20 11:33:04 +0200
commit656fc8e1091020747bea2f6114cb91b756e8361e (patch)
treeaf59e919d64b4fc76fcd49beba72ea9e87489103 /Cargo.toml
parentadd readme (diff)
prepare release 1.0.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7884d23..2dce05e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }