Add cargo metadata

This commit is contained in:
Joel Wachsler 2022-07-10 16:41:57 +00:00
parent d68a1249c5
commit 8384ac0909
2 changed files with 6 additions and 4 deletions

View File

@ -2,10 +2,9 @@
name = "qbittorrent-web-api"
version = "0.1.0"
edition = "2021"
[lib]
name = "qbittorrent_web_api"
path = "src/lib.rs"
license-file = "LICENSE"
keywords = ["qbittorrent"]
repository = "https://github.com/JoelWachsler/qbittorrent-web-api"
[dependencies]
reqwest = { version = "0.11.11", features = ["json", "multipart"] }

View File

@ -2,6 +2,9 @@
name = "qbittorrent-web-api-gen"
version = "0.1.0"
edition = "2021"
license-file = "../LICENSE"
keywords = ["qbittorrent"]
repository = "https://github.com/JoelWachsler/qbittorrent-web-api"
[lib]
proc-macro = true