From 9fcf3c363b4f52071e1305ab2265e902b9e41909 Mon Sep 17 00:00:00 2001 From: YM162 Date: Sat, 1 Jun 2024 16:26:36 +0200 Subject: [PATCH] Excluded tests from the cargo publishing --- gulagcleaner_rs/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/gulagcleaner_rs/Cargo.toml b/gulagcleaner_rs/Cargo.toml index 1a85bd8..92ac97b 100644 --- a/gulagcleaner_rs/Cargo.toml +++ b/gulagcleaner_rs/Cargo.toml @@ -9,6 +9,7 @@ homepage = "https://github.com/YM162/gulag-cleaner-cli" repository = "https://github.com/YM162/gulag-cleaner-cli.git" license = "GPL-3.0" keywords = ["wuolah", "studocu", "pdf", "stucleaner", "gulagcleaner"] +exclude=["example_docs/"] [lib] name = "gulagcleaner_rs"