mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
17 lines
447 B
TOML
17 lines
447 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"
|
|
|
|
[dependencies]
|
|
tracing.workspace = true
|
|
tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] }
|
|
tracing-appender.workspace = true
|
|
tracing-journald = "0.3"
|
|
rolling-file = "0.2.0"
|