mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add on disk blob pool (#5389)
Co-authored-by: DoTheBestToGetTheBest <146037313+DoTheBestToGetTheBest@users.noreply.github.com> Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This commit is contained in:
@ -39,6 +39,7 @@ metrics.workspace = true
|
||||
aquamarine.workspace = true
|
||||
thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
schnellru.workspace = true
|
||||
serde = { workspace = true, features = ["derive", "rc"], optional = true }
|
||||
fnv = "1.0.7"
|
||||
bitflags.workspace = true
|
||||
@ -57,6 +58,7 @@ rand = "0.8"
|
||||
proptest.workspace = true
|
||||
criterion = "0.5"
|
||||
assert_matches.workspace = true
|
||||
tempfile.workspace = true
|
||||
|
||||
[features]
|
||||
default = ["serde"]
|
||||
|
||||
Reference in New Issue
Block a user