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:
@ -12,7 +12,6 @@ description = "Network peer types and utils"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
|
||||
# eth
|
||||
alloy-primitives = { workspace = true, features = ["rlp"] }
|
||||
alloy-rlp = { workspace = true, features = ["derive", "core-net", "core-error"] }
|
||||
@ -38,13 +37,13 @@ tokio = { workspace = true, features = ["net", "macros", "rt"] }
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"alloy-primitives/std",
|
||||
"alloy-rlp/std",
|
||||
"secp256k1?/std",
|
||||
"serde_with/std",
|
||||
"thiserror/std",
|
||||
"url/std",
|
||||
"serde_json/std"
|
||||
"alloy-primitives/std",
|
||||
"alloy-rlp/std",
|
||||
"secp256k1?/std",
|
||||
"serde_with/std",
|
||||
"thiserror/std",
|
||||
"url/std",
|
||||
"serde_json/std",
|
||||
]
|
||||
secp256k1 = ["dep:secp256k1", "enr/secp256k1"]
|
||||
net = ["std", "dep:tokio", "tokio?/net"]
|
||||
|
||||
Reference in New Issue
Block a user