mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
Make todos example compile
This commit is contained in:
parent
5d3936517b
commit
44e7bb4183
@ -9,6 +9,6 @@ anyhow = "1.0"
|
|||||||
async-std = { version = "1.4.0", features = [ "attributes" ] }
|
async-std = { version = "1.4.0", features = [ "attributes" ] }
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
paw = "1.0"
|
paw = "1.0"
|
||||||
sqlx = { path = "../../../", features = ["postgres", "offline"] }
|
sqlx = { path = "../../../", features = ["postgres", "offline", "runtime-async-std-native-tls"] }
|
||||||
structopt = { version = "0.3", features = ["paw"] }
|
structopt = { version = "0.3", features = ["paw"] }
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user