From 4d76282b9921ac6c5a5322bf3008a767ac731d2c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 3 May 2024 20:02:17 +0200 Subject: [PATCH] chore(Cargo.toml): Add further required metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 13fc2eb..cafc1a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ name = "trixy" version = "0.1.0" edition = "2021" +description = "A rust crate used to generate multi-language apis for your application" license = "LGPL-3.0-or-later" repository = "https://git.nerdcult.net/trinitrix/trixy" categories = ["config", "compilers", "development-tools::ffi"]