Update meta

This commit is contained in:
Joel Wachsler 2022-07-11 14:44:43 +00:00
parent baabb5157b
commit 07981ef0be
2 changed files with 3 additions and 3 deletions

View File

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

View File

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