mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
19 lines
392 B
TOML
19 lines
392 B
TOML
[package]
|
|
name = "reth-fs-util"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
description = "Commonly used fs utils in reth."
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
# misc
|
|
serde_json = { workspace = true, features = ["std"] }
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|