From 59b3885fe592847627411d87c737ae2477579be1 Mon Sep 17 00:00:00 2001 From: Adrian Wannenmacher Date: Wed, 28 Jun 2023 00:32:45 +0200 Subject: [PATCH] add keywords and categories --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b6a30ab..4aec95c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,8 @@ license = "EUPL-1.2" authors = ["Adrian Wannenmacher "] description = "Download a list of predefined files." repository = "https://github.com/TeFiLeDo/listload" +categories = ["command-line-utilities"] +keywords = ["download", "http", "https"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html