diff --git a/Cargo.toml b/Cargo.toml index 08f5121..bc4196d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "qbittorrent-web-api" version = "0.2.32" edition = "2021" -license-file = "LICENSE" +license = "MIT" keywords = ["qbittorrent"] repository = "https://github.com/JoelWachsler/qbittorrent-web-api" description = "Auto generated api for qBittorrent" diff --git a/qbittorrent-web-api-gen/Cargo.toml b/qbittorrent-web-api-gen/Cargo.toml index 520b3ee..6156af8 100644 --- a/qbittorrent-web-api-gen/Cargo.toml +++ b/qbittorrent-web-api-gen/Cargo.toml @@ -2,7 +2,7 @@ name = "qbittorrent-web-api-gen" version = "0.2.32" edition = "2021" -license-file = "../LICENSE" +license = "MIT" keywords = ["qbittorrent"] repository = "https://github.com/JoelWachsler/qbittorrent-web-api" description = "Auto generated api for qBittorrent"