From 55b2dd95c3b679ad4ef460b6b37a1a395642c23f Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Sat, 6 Aug 2022 18:30:47 +0000 Subject: [PATCH] Remove keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17ed794..9efe4bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "qbittorrent-web-api" version = "0.6.0" edition = "2021" license = "MIT" -keywords = ["qbittorrent", "torrent", "torrent-client"] +keywords = ["qbittorrent"] repository = "https://github.com/jowax/qbittorrent-web-api" description = "Generated web api for qBittorrent"