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