Files
brk/crates/brk_logger/Cargo.toml
2026-01-20 23:05:21 +01:00

16 lines
458 B
TOML

[package]
name = "brk_logger"
description = "A thin wrapper around tracing with size-based log rotation"
version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[dependencies]
jiff = { workspace = true }
owo-colors = "4.2.3"
tracing = { workspace = true }
tracing-log = "0.2"
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "env-filter", "std"] }