v0.2.1-pre.004-fix.001

This commit is contained in:
2026-08-17 19:40:12 +02:00
parent c1cea6e813
commit 9c1568ee1c
8 changed files with 306 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
# file: crates/ksp-logging-lib/Cargo.toml
# version: 4
# version: 5
[package]
name = "ksp-logging-lib"
@@ -9,12 +9,12 @@ repository.workspace = true
[dependencies]
ksp-core-lib = { path = "../ksp-core-lib" }
tracing.workspace = true
tracing-subscriber.workspace = true
tracing = { workspace = true, features = ["std"] }
tracing-subscriber = { workspace = true, features = ["fmt", "json", "ansi"] }
tracing-appender.workspace = true
[dev-dependencies]
tokio.workspace = true
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread"] }
[lints]
workspace = true