Files
reth/crates/tracing/Cargo.toml
2025-02-27 07:47:08 +00:00

23 lines
585 B
TOML

[package]
name = "reth-tracing"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
description = "tracing helpers"
[lints]
workspace = true
[dependencies]
tracing.workspace = true
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt", "ansi", "json"] }
tracing-appender.workspace = true
tracing-journald.workspace = true
tracing-logfmt.workspace = true
rolling-file.workspace = true
eyre.workspace = true
clap = { workspace = true, features = ["derive"] }