Files
Genarrative/server-rs/crates/shared-logging/Cargo.toml
T
2026-05-07 21:11:14 +08:00

9 lines
201 B
TOML

[package]
name = "shared-logging"
edition.workspace = true
version.workspace = true
license.workspace = true
[dependencies]
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt"] }