Skip to content

Commit

Permalink
Merge pull request #13 from integer32llc/master
Browse files Browse the repository at this point in the history
  • Loading branch information
domodwyer authored Jul 22, 2024
2 parents d934532 + 5c7050e commit b552384
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ repository = "https://github.com/domodwyer/bloom2"
keywords = ["bloom", "filter", "probabilistic", "set", "bitmap"]
categories = ["caching", "compression", "data-structures"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0", optional = true, features = ["derive"] }

Expand All @@ -28,4 +26,7 @@ name = "bench"
harness = false

[lib]
bench = false
bench = false

[package.metadata.docs.rs]
all-features = true

0 comments on commit b552384

Please sign in to comment.