From c8d61396501950a7c6947c6dd8677dedc08af1d2 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 4 Sep 2024 17:19:54 +0200 Subject: [PATCH] Exclude tests --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 151b392..1b10ecd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ name = "subsetter" description = "Reduces the size and coverage of OpenType fonts." categories = ["compression", "encoding"] keywords = ["subsetting", "OpenType", "PDF"] -exclude = ["fonts/*"] +exclude = ["fonts/*", "tests/*"] version = { workspace = true } authors = { workspace = true } edition = { workspace = true }