Files
khadhroony-bot3/migration/khadhroony-bot2-reference/kb_logging/Cargo.toml
2026-07-23 16:37:12 +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