Add cargo metadata
This commit is contained in:
parent
d68a1249c5
commit
8384ac0909
|
@ -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"] }
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user