Skip to content

Commit eab7348

Browse files
authored
Exclude test data and tools from published packages (#195)
1 parent 6156030 commit eab7348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ documentation = "https://docs.rs/ttf-parser/"
1616
readme = "README.md"
1717
edition = "2018"
1818
rust-version = "1.63.0"
19-
exclude = ["benches/**"]
19+
exclude = ["benches/", "tests/", "testing-tools/", "examples/", "meson.build"]
2020

2121
[dependencies]
2222
core_maths = { version = "0.1.0", optional = true } # only for no_std builds

0 commit comments

Comments
 (0)