From 3e552e90945d982b88207c6f3cb1ecb8753ff59d Mon Sep 17 00:00:00 2001 From: QuartzLibrary <81446760+QuartzLibrary@users.noreply.github.com> Date: Sat, 11 Apr 2026 01:51:26 +0100 Subject: [PATCH] Fix Rust publishing --- schema_analysis/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/schema_analysis/Cargo.toml b/schema_analysis/Cargo.toml index 9a117b5..119ab3c 100644 --- a/schema_analysis/Cargo.toml +++ b/schema_analysis/Cargo.toml @@ -9,6 +9,7 @@ homepage = "https://schema-analysis.com/" repository = "https://github.com/QuartzLibrary/schema_analysis" keywords = [ "schema", "analysis", "json", "xml", "serde" ] readme = "README.md" +exclude = ["tests/test_files/"] [[bin]] name = "schema_analysis"