From 90112bd9f1d350cb668622dd75b0b4b268483868 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 19 Jan 2022 20:15:59 +0200 Subject: chore: prepare Cargo.toml for release Sponsored-by: author --- Cargo.toml | 7 +++++-- 1 file 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 "] 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" -- cgit v1.2.1