mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
30 lines
522 B
TOML
30 lines
522 B
TOML
[package]
|
|
name = "reth-cli-util"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
# reth
|
|
reth-fs-util.workspace = true
|
|
|
|
# eth
|
|
alloy-primitives.workspace = true
|
|
alloy-eips.workspace = true
|
|
|
|
secp256k1 = { workspace = true, features = ["rand"] }
|
|
rand.workspace = true
|
|
|
|
# misc
|
|
thiserror.workspace = true
|
|
eyre.workspace = true
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
libc = "0.2"
|