0.1.0-0-pre.5-fix.3

This commit is contained in:
2026-09-16 01:37:52 +02:00
parent a503975d36
commit 380a24681d
7 changed files with 173 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
# file: crates/common/game-logging-lib/Cargo.toml
# version: 1
# version: 2
[package]
name = "game-logging-lib"
@@ -13,7 +13,7 @@ publish.workspace = true
[dependencies]
tracing.workspace = true
tracing-appender.workspace = true
tracing-subscriber.workspace = true
tracing-subscriber = { workspace = true, features = ["fmt"] }
[lints]
workspace = true