mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
add format checker to .toml (#13968)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -68,11 +68,7 @@ serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
tracing.workspace = true
|
||||
backon.workspace = true
|
||||
secp256k1 = { workspace = true, features = [
|
||||
"global-context",
|
||||
"rand-std",
|
||||
"recovery",
|
||||
] }
|
||||
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
|
||||
|
||||
# io
|
||||
fdlimit.workspace = true
|
||||
@ -81,9 +77,7 @@ toml = { workspace = true, features = ["display"] }
|
||||
# tui
|
||||
comfy-table = "7.0"
|
||||
crossterm = "0.28.0"
|
||||
ratatui = { version = "0.28", default-features = false, features = [
|
||||
"crossterm",
|
||||
] }
|
||||
ratatui = { version = "0.28", default-features = false, features = ["crossterm"] }
|
||||
|
||||
# reth test-vectors
|
||||
proptest = { workspace = true, optional = true }
|
||||
|
||||
Reference in New Issue
Block a user