summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 49616d5..10e69bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,8 +3,11 @@ name = "obnam-benchmark"
version = "0.1.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+description = "a backup program"
+license = "AGPL-3.0-or-later"
+homepage = "https://obnam.org/"
+repository = "https://gitlab.com/obnam/obnam-benchmark"
+rust-version = "1.56.0"
[dependencies]
anyhow = "1.0.51"