From d038a96e3ad333c31bbe95d4bcbf8de18d459062 Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Sun, 10 Jul 2022 16:58:04 +0000 Subject: [PATCH] Add description --- Cargo.toml | 1 + qbittorrent-web-api-gen/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9eb2b65..097b668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" license-file = "LICENSE" keywords = ["qbittorrent"] repository = "https://github.com/JoelWachsler/qbittorrent-web-api" +description = "Auto generated 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 4b5d592..f7b23f2 100644 --- a/qbittorrent-web-api-gen/Cargo.toml +++ b/qbittorrent-web-api-gen/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" license-file = "../LICENSE" keywords = ["qbittorrent"] repository = "https://github.com/JoelWachsler/qbittorrent-web-api" +description = "Auto generated api for qBittorrent" [lib] proc-macro = true