feat(rust/cargo): adding the tracing libs
This commit is contained in:
parent
8b0d8dd7b9
commit
b31e4aa1bb
2 changed files with 63 additions and 0 deletions
|
|
@ -14,3 +14,5 @@ serenity = { version = "0.12.5", features = ["full"] }
|
|||
sqlx = { version = "0.8.6", features = ["runtime-tokio", "tls-native-tls", "postgres"] }
|
||||
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
|
||||
toml = "1.0.1"
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = "0.3.22"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue