From 07981ef0be3919772b81baf0898f49f795da339d Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Mon, 11 Jul 2022 14:44:43 +0000 Subject: [PATCH] Update meta --- Cargo.toml | 4 ++-- qbittorrent-web-api-gen/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 41071a6..a14f32a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,9 @@ name = "qbittorrent-web-api" version = "0.2.36" edition = "2021" license = "MIT" -keywords = ["qbittorrent"] +keywords = ["qbittorrent", "torrent", "torrent-client"] repository = "https://github.com/JoelWachsler/qbittorrent-web-api" -description = "Auto generated api for qBittorrent" +description = "Generated web api for qBittorrent" [dependencies] reqwest = { version = "0.11.11", features = ["json", "multipart"] } diff --git a/qbittorrent-web-api-gen/Cargo.toml b/qbittorrent-web-api-gen/Cargo.toml index 94be914..c735f17 100644 --- a/qbittorrent-web-api-gen/Cargo.toml +++ b/qbittorrent-web-api-gen/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MIT" keywords = ["qbittorrent"] repository = "https://github.com/JoelWachsler/qbittorrent-web-api" -description = "Auto generated api for qBittorrent" +description = "Generated web api for qBittorrent" exclude = ["*.txt", "tests"] [lib]