diff --git a/Cargo.toml b/Cargo.toml index 8fbf7b0..16b9d9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ documentation = "https://docs.rs/ttf-parser/" readme = "README.md" edition = "2018" rust-version = "1.63.0" -exclude = ["benches/**"] +exclude = ["benches/", "tests/", "testing-tools/", "examples/", "meson.build"] [dependencies] core_maths = { version = "0.1.0", optional = true } # only for no_std builds