Skip to content

Commit

Permalink
Exclude benchmarks and other unnecessary files from published crates
Browse files Browse the repository at this point in the history
This makes the crate archives slightly smaller, and makes it very clear
that nothing derived from sharded-slab is compiled into the crate
library, which makes downstream license analysis easier.
  • Loading branch information
musicinmybrain committed Aug 15, 2024
1 parent 74c3f31 commit 0a4ffba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ repository = "https://github.com/ibraheemdev/boxcar"

keywords = ["concurrent","vector","lock-free"]
categories = ["concurrency", "data-structures"]
exclude = [
".gitignore",
".github/**",
"benches/**",
"report.svg",
]

[[bench]]
name = "bench"
Expand Down

0 comments on commit 0a4ffba

Please sign in to comment.