From 1ce98c19867d61cc94706b1f8a7c70ae8869b988 Mon Sep 17 00:00:00 2001 From: Kaiden Fey Date: Mon, 9 Nov 2020 21:57:08 +0100 Subject: [PATCH] supergit: adding more Cargo.toml keys to allow publishing --- apps/servers/octopus/supergit/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/servers/octopus/supergit/Cargo.toml b/apps/servers/octopus/supergit/Cargo.toml index 6de86dd640d..ebd9198554f 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 "] edition = "2018" +license = "GPL-3.0-or-later" +docs = "https://docs.rs/supergit" +readme = "README.md" [dependencies] git2 = "0.11"