From 0f2ec91f624e030c36ac2f7c6e2905fb4f86b176 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 12 May 2024 18:49:11 +0200 Subject: [PATCH] docs: add categories and keywords --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4598dd6..a6bf74d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,8 @@ description = "Convert numbes between formats" readme = "README.md" homepage = "https://git.cscherr.de/PlexSheep/numf" repository = "https://git.cscherr.de/PlexSheep/numf" -keywords = ["cli"] +keywords = ["cli", "formatting"] +categories = ["command-line-utilities", "encoding"] [dependencies]