mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
perf(db): introduce environment-level cache for metric handles (#6550)
This commit is contained in:
@ -38,11 +38,14 @@ parking_lot.workspace = true
|
||||
derive_more.workspace = true
|
||||
eyre.workspace = true
|
||||
paste = "1.0"
|
||||
dashmap = "5.5.3"
|
||||
rustc-hash = "1.1.0"
|
||||
|
||||
# arbitrary utils
|
||||
arbitrary = { workspace = true, features = ["derive"], optional = true }
|
||||
proptest = { workspace = true, optional = true }
|
||||
proptest-derive = { workspace = true, optional = true }
|
||||
strum = { workspace = true, features = ["derive"] }
|
||||
once_cell.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user