Add description

This commit is contained in:
Joel Wachsler 2022-07-10 16:58:04 +00:00
parent 8384ac0909
commit d038a96e3a
2 changed files with 2 additions and 0 deletions

View File

@ -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"] }

View File

@ -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