From 391ed560a6df1830f37a9d75db982530520f8999 Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Thu, 14 Jul 2022 12:46:11 +0000 Subject: [PATCH] Do not package tests --- qbittorrent-web-api-gen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent-web-api-gen/Cargo.toml b/qbittorrent-web-api-gen/Cargo.toml index 2a6bb56..181d229 100644 --- a/qbittorrent-web-api-gen/Cargo.toml +++ b/qbittorrent-web-api-gen/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" keywords = ["qbittorrent"] repository = "https://github.com/JoelWachsler/qbittorrent-web-api" description = "Generated web api for qBittorrent" -exclude = ["*.txt", "tests"] +exclude = ["*.txt", "tests", "qbittorrent-web-api-gen/src/md_parser/token_tree_factory_tests"] # we use trybuild instead autotests = false