Skip to content

Commit c668bdd

Browse files
committed
add include directive to test-tools, to avoid CHANGELOG.md
That way, the massive changelog isn't bloating the crate.
1 parent ef73ed4 commit c668bdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tools/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "0.14.0"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
edition = "2021"
77
license = "MIT OR Apache-2.0"
8+
include = ["/src/**/*", "/LICENSE-*"]
89

910
[[bin]]
1011
name = "jtt"

0 commit comments

Comments
 (0)