summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-28 17:07:36 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-28 17:07:36 +0200
commite64346307e41c845582957c1d9edf78019e5911f (patch)
treea92d02f760c6ffeecc1c7e15a11513da6a9694a5
parentd153808d1b7dd3821051c2fc226b401063e7f144 (diff)
downloadsummain-rs-e64346307e41c845582957c1d9edf78019e5911f.tar.gz
chore: add repository URL to Cargo.toml
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 73924e3..0849e1f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ name = "summain"
version = "0.2.0"
description = "File manifests"
readme = "README.md"
+repository = "https://gitlab.com/larswirzenius/summain"
license = "GPL-3.0-or-later"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"