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"