aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorKaiden Fey <kookie@spacekookie.de>2020-11-09 21:57:08 +0100
committerMx Kookie <kookie@spacekookie.de>2020-12-21 05:19:47 +0100
commit1ce98c19867d61cc94706b1f8a7c70ae8869b988 (patch)
tree5a0d14fc4f308c9c2fc1ec4cb072383a61e9928e /apps
parent948a4a76c14956df7ed38172abd0e2469ca7ffa8 (diff)
supergit: adding more Cargo.toml keys to allow publishing
Diffstat (limited to 'apps')
-rw-r--r--apps/servers/octopus/supergit/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/servers/octopus/supergit/Cargo.toml b/apps/servers/octopus/supergit/Cargo.toml
index 6de86dd640d2..ebd9198554f9 100644
--- a/apps/servers/octopus/supergit/Cargo.toml
+++ b/apps/servers/octopus/supergit/Cargo.toml
@@ -4,6 +4,9 @@ description = "A strongly typed, read-only representation of a git repository"
version = "0.1.0"
authors = ["Mx Kookie <kookie@spacekookie.de>"]
edition = "2018"
+license = "GPL-3.0-or-later"
+docs = "https://docs.rs/supergit"
+readme = "README.md"
[dependencies]
git2 = "0.11"