summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-29 08:27:37 +0000
committerLars Wirzenius <liw@liw.fi>2021-01-29 08:27:37 +0000
commitee665e91d1674ab61ef31f0ba9d138f8c704a2f9 (patch)
tree1f88dd72c2d1d4a8adf33baf09d3c58f1871b253
parent327994310d1b9795a202e299edc859ee1f88b20d (diff)
parent72cc53e757755decc1584adc35dfcec668ffce03 (diff)
downloadobnam2-ee665e91d1674ab61ef31f0ba9d138f8c704a2f9.tar.gz
Merge branch 'rel' into 'main'
fix: Cargo.toml to be ready for publishing See merge request larswirzenius/obnam!80
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
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 <liw@liw.fi>"]
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"