0.5.1-pre.005

This commit is contained in:
2026-08-10 01:36:42 +02:00
parent ec07ddbd80
commit b6a286a4df
54 changed files with 6236 additions and 5569 deletions

View File

@@ -1,5 +1,5 @@
# file: ks-logging/Cargo.toml
# version: 3
# version: 4
[package]
name = "ks-logging"
@@ -9,7 +9,11 @@ license.workspace = true
publish.workspace = true
[dependencies]
jsonschema.workspace = true
ks-config = { path = "../ks-config" }
ks-core = { path = "../ks-core" }
serde.workspace = true
serde_json.workspace = true
tracing.workspace = true
tracing-appender.workspace = true
tracing-subscriber.workspace = true