We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6156030 commit eab7348Copy full SHA for eab7348
1 file changed
Cargo.toml
@@ -16,7 +16,7 @@ documentation = "https://docs.rs/ttf-parser/"
16
readme = "README.md"
17
edition = "2018"
18
rust-version = "1.63.0"
19
-exclude = ["benches/**"]
+exclude = ["benches/", "tests/", "testing-tools/", "examples/", "meson.build"]
20
21
[dependencies]
22
core_maths = { version = "0.1.0", optional = true } # only for no_std builds
0 commit comments