mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
30 lines
571 B
TOML
30 lines
571 B
TOML
[package]
|
|
name = "reth-optimism-chain-registry"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
exclude.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
reth-fs-util.workspace = true
|
|
|
|
# misc
|
|
serde_json = { workspace = true, features = ["std"] }
|
|
zstd.workspace = true
|
|
eyre.workspace = true
|
|
|
|
# tracing
|
|
tracing.workspace = true
|
|
|
|
# async
|
|
reqwest = { workspace = true, features = ["blocking", "rustls-tls"] }
|
|
|
|
[dev-dependencies]
|
|
tempfile.workspace = true
|