Add version shield

This commit is contained in:
askiiart 2024-12-15 23:56:47 -06:00
parent fcef148285
commit 249f82196b
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -1,5 +1,7 @@
# Torznab Toolkit # Torznab Toolkit
![A shield showing the current version of the crate](https://img.shields.io/crates/v/torznab-toolkit)\
A safe, multi-threaded, async toolkit for adding Torznab APIs to programs. You just focus on the indexer itself, we abstract away the hell that is the Torznab API. A safe, multi-threaded, async toolkit for adding Torznab APIs to programs. You just focus on the indexer itself, we abstract away the hell that is the Torznab API.
Just fill in your own relevant functions and config ([`Config`]), and torznab-toolkit will run the API for you Just fill in your own relevant functions and config ([`Config`]), and torznab-toolkit will run the API for you