feat(rust/cargo): adding the tracing libs

This commit is contained in:
Raphael 2026-02-16 23:48:04 +01:00 committed by Raphaël
parent 8b0d8dd7b9
commit b31e4aa1bb
2 changed files with 63 additions and 0 deletions

View file

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