Files
khadhroony-bot3/kb-logging/Cargo.toml
2026-07-24 22:01:07 +02:00

19 lines
345 B
TOML

# file: kb-logging/Cargo.toml
# version: 2
[package]
name = "kb-logging"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
kb-core = { path = "../kb-core" }
tracing.workspace = true
tracing-appender.workspace = true
tracing-subscriber.workspace = true
[lints]
workspace = true