From 071bb7201e0228e31edc7e9d73426e0dc562428d Mon Sep 17 00:00:00 2001 From: core Date: Mon, 27 Feb 2023 19:07:47 -0500 Subject: [PATCH] trifid-pki manifest improvements --- trifid-pki/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/trifid-pki/Cargo.toml b/trifid-pki/Cargo.toml index 2c69fe6..82e0007 100644 --- a/trifid-pki/Cargo.toml +++ b/trifid-pki/Cargo.toml @@ -1,9 +1,12 @@ [package] name = "trifid-pki" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "A rust implementation of the Nebula PKI system" license = "GPL-3.0-or-later" +documentation = "https://docs.rs/trifid-pki" +homepage = "https://git.e3t.cc/~core/trifid" +repository = "https://git.e3t.cc/~core/trifid" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html