build(rust/cargo): adding the sqlx rust lib

This commit is contained in:
Raphael 2026-02-12 23:19:48 +01:00
parent 4f5b0fd5ea
commit 452fa0edd8
No known key found for this signature in database
2 changed files with 760 additions and 1 deletions

View file

@ -7,4 +7,5 @@ edition = "2024"
dotenvy = "0.15.7"
inventory = "0.3.21"
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"] }