Files
nanoreth/crates/tracing/Cargo.toml

16 lines
414 B
TOML

[package]
name = "reth-tracing"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
description = "tracing helpers"
[dependencies]
tracing = { workspace = true }
tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] }
tracing-appender = "0.2"
tracing-journald = "0.3"