summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-19 18:16:57 +0000
committerLars Wirzenius <liw@liw.fi>2022-01-19 18:16:57 +0000
commitf2183c5802e6674d3d69dce40048dc9c21ade6df (patch)
treee9ad6f0d3a10b1d7beb987789f131d09dcd0b484
parent93584ec7e8b774c19d6b9c2ebc64a4513a961d96 (diff)
parent90112bd9f1d350cb668622dd75b0b4b268483868 (diff)
downloadobnam-benchmark-f2183c5802e6674d3d69dce40048dc9c21ade6df.tar.gz
Merge branch 'release' into 'main'v0.1.0
chore: prepare Cargo.toml for release See merge request obnam/obnam-benchmark!14
-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"