From 6517c51bd4f9ae5e3c81290dfc82a96e8585580c Mon Sep 17 00:00:00 2001 From: floor-licker Date: Mon, 2 Feb 2026 21:33:24 -0500 Subject: [PATCH] chore(crate): trim keywords/categories for crates.io --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ae54fd6..64365a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ description = "The Fastest Polymarket Client On The Market." license = "MIT OR Apache-2.0" repository = "https://github.com/floor-licker/polyfill-rs" readme = "README.md" -keywords = ["polymarket", "trading", "prediction-market", "kalshi", "clob", "crypto", "prediction-markets"] -categories = ["api-bindings", "network-programming", "finance", "prediction-markets", "polymarket", "kalshi", "clob"] +keywords = ["polymarket", "clob", "trading", "prediction-market", "crypto"] +categories = ["api-bindings", "network-programming"] documentation = "https://docs.rs/polyfill-rs" homepage = "https://github.com/floor-licker/polyfill-rs" [dependencies]