Skip to content

Commit

Permalink
aggregate bloom filter
Browse files Browse the repository at this point in the history
  • Loading branch information
sistemd committed Nov 1, 2024
1 parent 29f93d0 commit 32b48ae
Show file tree
Hide file tree
Showing 3 changed files with 524 additions and 10 deletions.
5 changes: 5 additions & 0 deletions crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ license = { workspace = true }
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
aggregate_bloom = []

default = []

[dependencies]
anyhow = { workspace = true }
base64 = { workspace = true }
Expand Down
Loading

0 comments on commit 32b48ae

Please sign in to comment.