mirror of
https://github.com/Noratrieb/killjoy-turret.git
synced 2026-01-14 14:45:01 +01:00
log properly
This commit is contained in:
parent
e6414abaf1
commit
1488568e12
6 changed files with 119 additions and 31 deletions
|
|
@ -11,6 +11,9 @@ tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
|||
serde = { version = "1.0.126", features = ["derive"] }
|
||||
serde_json = "1.0.64"
|
||||
regex = "1.5.4"
|
||||
tracing = "0.1.32"
|
||||
tracing-subscriber = "0.3.9"
|
||||
anyhow = "1.0.56"
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.10.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue