mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
17 lines
481 B
TOML
17 lines
481 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
|
|
exclude = ["examples/"]
|
|
|
|
[dependencies]
|
|
jiff = { workspace = true }
|
|
owo-colors = { workspace = true }
|
|
tracing = { workspace = true }
|
|
tracing-log = "0.2"
|
|
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "std"] }
|