mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-20 14:54:47 -07:00
mempool: general improvements
This commit is contained in:
@@ -14,8 +14,6 @@ bindgen = ["dep:brk_bindgen"]
|
||||
[dependencies]
|
||||
aide = { workspace = true }
|
||||
axum = { workspace = true }
|
||||
brotli = "8"
|
||||
flate2 = "1"
|
||||
brk_bindgen = { workspace = true, optional = true }
|
||||
brk_computer = { workspace = true }
|
||||
brk_error = { workspace = true, features = ["jiff", "serde_json", "tokio", "vecdb"] }
|
||||
@@ -29,9 +27,7 @@ brk_traversable = { workspace = true }
|
||||
brk_website = { workspace = true }
|
||||
derive_more = { workspace = true }
|
||||
vecdb = { workspace = true }
|
||||
zstd = "0.13"
|
||||
jiff = { workspace = true }
|
||||
quick_cache = "0.6.21"
|
||||
rustc-hash = { workspace = true }
|
||||
schemars = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user