From 7c75e08892abe4d33125714544ca0ec069b16df8 Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Sat, 25 May 2024 23:32:15 -0400 Subject: [PATCH] Added repo, desc, categories, and keywords to `Cargo.toml` --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2f2b490..54b1775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,10 @@ edition = "2021" # htmx and the sse extension (which are bundled with the application) are # licensed under 0BSD license = "AGPL-3.0-or-later AND 0BSD" +repository = "https://github.com/stevenengler/transportal" +description = "A responsive web interface and server for Transmission." +categories = ["command-line-utilities"] +keywords = ["transmission", "torrent", "bittorrent", "web"] [dependencies] anyhow = "1.0.82"