From 72cc53e757755decc1584adc35dfcec668ffce03 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 29 Jan 2021 10:23:38 +0200 Subject: fix: Cargo.toml to be ready for publishing --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0a63427..a5ed489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "obnam" version = "0.2.1" authors = ["Lars Wirzenius "] edition = "2018" +description = "a backup program" +license = "GPL-3.0-or-later" +homepage = "https://obnam.org/" +repository = "https://gitlab.com/larswirzenius/obnam" + [dependencies] anyhow = "1" -- cgit v1.2.1