From 9e6751612ac8ebe186bc2ed578a97b23d09a24a4 Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Sun, 10 Jul 2022 17:01:04 +0000 Subject: [PATCH] Add exclusions --- qbittorrent-web-api-gen/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/qbittorrent-web-api-gen/Cargo.toml b/qbittorrent-web-api-gen/Cargo.toml index f7b23f2..07097e2 100644 --- a/qbittorrent-web-api-gen/Cargo.toml +++ b/qbittorrent-web-api-gen/Cargo.toml @@ -6,6 +6,7 @@ license-file = "../LICENSE" keywords = ["qbittorrent"] repository = "https://github.com/JoelWachsler/qbittorrent-web-api" description = "Auto generated api for qBittorrent" +exclude = ["*.txt", "tests"] [lib] proc-macro = true