Added sqlx with sqlite driver
This commit is contained in:
parent
5b51404a4c
commit
db5aa38ccb
804
Cargo.lock
generated
804
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -8,3 +8,4 @@ poem = { version = "1.3.58", features = ["websocket"]}
|
|||||||
tokio = { version = "1.17.0", features = ["rt-multi-thread", "macros"] }
|
tokio = { version = "1.17.0", features = ["rt-multi-thread", "macros"] }
|
||||||
futures-util = "0.3.17"
|
futures-util = "0.3.17"
|
||||||
tracing-subscriber = { version ="0.3.9", features = ["env-filter"] }
|
tracing-subscriber = { version ="0.3.9", features = ["env-filter"] }
|
||||||
|
sqlx = { version = "0.7.2", features = ["runtime-tokio", "sqlite"] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user