summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"