Files
nanoreth/crates/fs-util/Cargo.toml
georgehao 2e4376f359 add format checker to .toml (#13968)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-01-28 12:20:58 +00:00

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