From 249f82196b3dea3226ce0b5f2cb302d776a45065 Mon Sep 17 00:00:00 2001 From: askiiart Date: Sun, 15 Dec 2024 23:56:47 -0600 Subject: [PATCH] Add version shield --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ab5d05..a19a55a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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. Just fill in your own relevant functions and config ([`Config`]), and torznab-toolkit will run the API for you