We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exclude
1 parent dfa99e0 commit 4519729Copy full SHA for 4519729
Cargo.toml
@@ -5,7 +5,7 @@ description = "A Rust library for parsing and writing SeeYou CUPX files, commonl
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/Turbo87/seeyou-cupx-rs"
7
edition = "2024"
8
-exclude = ["docs/*", "examples/*", "tests/*", ".gitignore"]
+exclude = [".github/*", "benches/*", "docs/*", "examples/*", "tests/*", ".gitignore"]
9
10
[dependencies]
11
memchr = "2.7.4"
0 commit comments