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"