Skip to content

Commit

Permalink
benches must be included else crates.io cant find it
Browse files Browse the repository at this point in the history
  • Loading branch information
billythedummy committed Aug 22, 2023
1 parent 34c2204 commit 34616bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["lru", "cache", "const-generics", "data-structure", "no_std"]
categories = ["algorithms", "caching", "data-structures", "no-std"]
description = "A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache."

include = ["/src", "/tests", "/README.md"]
include = ["/src", "/tests", "/benches", "/README.md"]

[dependencies]
num-traits = { version = ">=0.2", default-features = false }
Expand Down

0 comments on commit 34616bb

Please sign in to comment.