mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(meta): manifest maintenance (#5353)
This commit is contained in:
@ -6,9 +6,7 @@ rust-version.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = """
|
||||
Pruning implementation
|
||||
"""
|
||||
description = "Pruning implementation"
|
||||
|
||||
[dependencies]
|
||||
# reth
|
||||
@ -16,7 +14,7 @@ reth-primitives.workspace = true
|
||||
reth-db.workspace = true
|
||||
reth-provider.workspace = true
|
||||
reth-interfaces.workspace = true
|
||||
reth-snapshot = { path = "../snapshot" }
|
||||
reth-snapshot.workspace = true
|
||||
reth-tokio-util.workspace = true
|
||||
|
||||
# async
|
||||
@ -36,7 +34,7 @@ tokio-stream.workspace = true
|
||||
[dev-dependencies]
|
||||
# reth
|
||||
reth-db = { workspace = true, features = ["test-utils"] }
|
||||
reth-stages = { path = "../stages", features = ["test-utils"] }
|
||||
reth-stages = { workspace = true, features = ["test-utils"] }
|
||||
|
||||
# misc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user