Skip to content

Commit

Permalink
fix: package's exclude list.
Browse files Browse the repository at this point in the history
  • Loading branch information
tokcum committed Aug 20, 2023
1 parent 25f9987 commit 6a4fc82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ edition = "2021"
license = "MIT / Apache-2.0"

# Exclude files from publishing to crates.io
exclude = [".github"]
exclude = [
".github",
"benchmarks",
]

# Disable autodiscovery for tests, use test target (see below)
autotests = false
Expand Down

0 comments on commit 6a4fc82

Please sign in to comment.