From 58ad8369782e963156dca3525fe9e855e5d6a52c Mon Sep 17 00:00:00 2001 From: Anna Date: Sun, 3 Oct 2021 15:54:56 -0400 Subject: [PATCH] chore: swap categories for keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef947ed..851d57f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" authors = ["Anna Clemens "] description = "SeString parser/encoder for FFXIV-related purposes." license = "EUPL-1.2" -categories = ["ffxiv"] +keywords = ["ffxiv", "sestring"] repository = "https://git.sr.ht/~jkcclemens/sestring" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html