Skip to content

Commit

Permalink
Exclude hidden files from package
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Nov 20, 2020
1 parent 3abfc4f commit 06c5c38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ keywords = ["lock-free", "wait-free", "spsc", "queue"]
license = "MIT OR Apache-2.0"
edition = "2018"

exclude = [
".*",
]

[dependencies]
cache-padded = "1.1"

Expand Down

0 comments on commit 06c5c38

Please sign in to comment.