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 }