Logging
This commit is contained in:
@@ -42,6 +42,7 @@ serde_json = "1.0"
|
||||
tokio = { version = "1.34", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
clap = { version = "4.4", features = ["derive"] }
|
||||
shlex = "1.2"
|
||||
tracing = "0.1.40"
|
||||
|
||||
[dependencies]
|
||||
bevy.workspace = true
|
||||
@@ -50,4 +51,6 @@ tokio.workspace = true
|
||||
serde.workspace = true
|
||||
guardian_commands.workspace = true
|
||||
guardian_core.workspace = true
|
||||
tracing.workspace = true
|
||||
toml = "0.8"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
||||
|
||||
Reference in New Issue
Block a user