fix crate categories

This commit is contained in:
askiiart 2024-12-05 09:51:32 -06:00
parent 5356632bf2
commit 62822233bf
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -7,7 +7,7 @@ readme = "README.md"
description = "A safe, multi-threaded, async toolkit for adding Torznab APIs to programs." description = "A safe, multi-threaded, async toolkit for adding Torznab APIs to programs."
repository = "https://git.askiiart.net/askiiart/torznab-toolkit" repository = "https://git.askiiart.net/askiiart/torznab-toolkit"
keywords = ["torznab", "torrent", "torrents", "bittorrent"] keywords = ["torznab", "torrent", "torrents", "bittorrent"]
categories = ["asynchronous"] categories = ["asynchronous", "api-bindings"]
exclude = ["dev-notes.md"] exclude = ["dev-notes.md"]
[dependencies] [dependencies]