Add cargo metadata
This commit is contained in:
parent
d68a1249c5
commit
8384ac0909
|
@ -2,10 +2,9 @@
|
||||||
name = "qbittorrent-web-api"
|
name = "qbittorrent-web-api"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license-file = "LICENSE"
|
||||||
[lib]
|
keywords = ["qbittorrent"]
|
||||||
name = "qbittorrent_web_api"
|
repository = "https://github.com/JoelWachsler/qbittorrent-web-api"
|
||||||
path = "src/lib.rs"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
reqwest = { version = "0.11.11", features = ["json", "multipart"] }
|
reqwest = { version = "0.11.11", features = ["json", "multipart"] }
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
name = "qbittorrent-web-api-gen"
|
name = "qbittorrent-web-api-gen"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license-file = "../LICENSE"
|
||||||
|
keywords = ["qbittorrent"]
|
||||||
|
repository = "https://github.com/JoelWachsler/qbittorrent-web-api"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user