From c69870e3fa03ea1a16630d134c07403ccadd1262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Mon, 29 Sep 2025 08:27:11 +0200 Subject: [PATCH] Add metadata to Cargo.toml --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index df85c65..d74766c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,13 @@ name = "dbus-prettifier" version = "0.1.0" edition = "2024" +authors = [ "Nicolás A. Ortega Froysa " ] +description = "A tool to prettify the output of qdbus." +readme = "./README.md" +homepage = "https://code.ortegas.org/nortega/dbus-prettifier" +repository = "https://code.ortegas.org/nortega/dbus-prettifier" +license = "Zlib" +keywords = [ "dbus", "qdbus", "prettifier" ] +categories = [ "command-line-utilities" ] [dependencies]