Skip to content

Commit 5f94965

Browse files
committed
feat: exclude some folders
1 parent bff68f2 commit 5f94965

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ license = "MIT OR LGPL-3.0-or-later"
1212
keywords = ["fq", "queue", "messaging", "spsc", "message-queue"]
1313
categories = ["asynchronous", "data-structures", "concurrency"]
1414
build = "build.rs"
15+
exclude = [
16+
".github",
17+
"benches",
18+
"examples"
19+
]
1520

1621
[profile.maxperf]
1722
inherits = "release"

0 commit comments

Comments
 (0)