From b2dd511499bdeff334de43d1ba36fc4bc0e6f6fd Mon Sep 17 00:00:00 2001 From: Sebastien Rousseau Date: Sat, 23 Dec 2023 21:19:50 +0000 Subject: [PATCH] fix(mini-functions): :bug: Incorrect category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1c3818..56fed7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["The minifunctions contributors "] build = "build.rs" -categories = ["development-tools", "parsing", "value-formatting", "security", "date-and-time"] +categories = ["development-tools", "parsing", "value-formatting", "algorithms", "date-and-time"] description = "A Rust library of highly performant utility and wrapper functions" documentation = "https://docs.rs/mini-functions" edition = "2021"