aboutsummaryrefslogtreecommitdiff
path: root/apps/servers/octopus/supergit/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/servers/octopus/supergit/Cargo.toml')
-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"