diff --git a/Cargo.toml b/Cargo.toml index 9c1a40e..9eb2b65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/qbittorrent-web-api-gen/Cargo.toml b/qbittorrent-web-api-gen/Cargo.toml index 11c9c0a..4b5d592 100644 --- a/qbittorrent-web-api-gen/Cargo.toml +++ b/qbittorrent-web-api-gen/Cargo.toml @@ -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