This commit is contained in:
AviiNL
2023-12-23 09:54:55 +01:00
parent 945cf75242
commit 5beec8d9b9
13 changed files with 69 additions and 47 deletions

View File

@@ -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"] }