From 08c48ffd81fd9c7e26a4fdeef0f3f7bab0370075 Mon Sep 17 00:00:00 2001 From: theGreatHerrLebert Date: Mon, 13 Jan 2025 10:09:58 +0100 Subject: [PATCH] removing wrong keyword --- rustdf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustdf/Cargo.toml b/rustdf/Cargo.toml index 127dc059..33a683a6 100644 --- a/rustdf/Cargo.toml +++ b/rustdf/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/theGreatHerrLebert/rustims" documentation = "https://docs.rs/rustdf" readme = "README.md" keywords = ["dataframe", "sql", "compression", "parallel"] -categories = ["data-structures", "science", "utilities"] +categories = ["data-structures", "science"] rust-version = "1.84" [lib]