From 62822233bf7d1303e8c183144e0d5f15c78dec9b Mon Sep 17 00:00:00 2001 From: askiiart Date: Thu, 5 Dec 2024 09:51:32 -0600 Subject: [PATCH] fix crate categories --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5de8d03..ce95084 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" description = "A safe, multi-threaded, async toolkit for adding Torznab APIs to programs." repository = "https://git.askiiart.net/askiiart/torznab-toolkit" keywords = ["torznab", "torrent", "torrents", "bittorrent"] -categories = ["asynchronous"] +categories = ["asynchronous", "api-bindings"] exclude = ["dev-notes.md"] [dependencies]