From cc788a9493e625935e24391d02f1c7e996f92ab2 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 3 May 2024 19:32:44 +0200 Subject: [PATCH] chore(Cargo.toml): Add required metadata --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1412232..13fc2eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,10 @@ name = "trixy" version = "0.1.0" edition = "2021" +license = "LGPL-3.0-or-later" +repository = "https://git.nerdcult.net/trinitrix/trixy" +categories = ["config", "compilers", "development-tools::ffi"] +keywords = ["ffi", "c-ffi", "api"] [dependencies] clap = { version = "4.5.4", features = ["derive"], optional = true }