From d22bbf07643709f2fb9427bd708c4eaf18077fe1 Mon Sep 17 00:00:00 2001 From: askiiart Date: Mon, 2 Dec 2024 19:59:29 -0600 Subject: [PATCH] add more cargo stuffs --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 817955f..e9db449 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "torznab-toolkit" version = "0.2.0" edition = "2021" +license = "GPL-3.0-or-later" +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"] [dependencies] actix-rt = "2.10.0"