Skip to content

Commit 4519729

Browse files
committed
Adjust exclude list
1 parent dfa99e0 commit 4519729

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
@@ -5,7 +5,7 @@ description = "A Rust library for parsing and writing SeeYou CUPX files, commonl
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/Turbo87/seeyou-cupx-rs"
77
edition = "2024"
8-
exclude = ["docs/*", "examples/*", "tests/*", ".gitignore"]
8+
exclude = [".github/*", "benches/*", "docs/*", "examples/*", "tests/*", ".gitignore"]
99

1010
[dependencies]
1111
memchr = "2.7.4"

0 commit comments

Comments
 (0)