build(rust/cargo): adding the sqlx rust lib
This commit is contained in:
parent
4f5b0fd5ea
commit
452fa0edd8
2 changed files with 760 additions and 1 deletions
760
Cargo.lock
generated
760
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -7,4 +7,5 @@ edition = "2024"
|
||||||
dotenvy = "0.15.7"
|
dotenvy = "0.15.7"
|
||||||
inventory = "0.3.21"
|
inventory = "0.3.21"
|
||||||
serenity = { version = "0.12.5", features = ["full"] }
|
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"] }
|
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue