From 2598a8efe0d9316f6147be2e181c1dd2bb144099 Mon Sep 17 00:00:00 2001 From: core Date: Wed, 21 Jun 2023 21:09:47 -0400 Subject: [PATCH] upd tfapi cargo manifest --- trifid-api/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/trifid-api/Cargo.toml b/trifid-api/Cargo.toml index 711bce2..56f9ffb 100644 --- a/trifid-api/Cargo.toml +++ b/trifid-api/Cargo.toml @@ -2,6 +2,11 @@ name = "trifid-api" version = "0.1.0" edition = "2021" +description = "Pure-rust Defined Networking compatible management server" +license = "GPL-3.0-or-later" +documentation = "https://git.e3t.cc/~core/trifid" +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