Make todos example compile
This commit is contained in:
parent
da178405b9
commit
7510316eb6
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ anyhow = "1.0"
|
|||
async-std = { version = "1.4.0", features = [ "attributes" ] }
|
||||
futures = "0.3"
|
||||
paw = "1.0"
|
||||
sqlx = { path = "../../../", features = ["postgres", "offline"] }
|
||||
sqlx = { path = "../../../", features = ["postgres", "offline", "runtime-async-std-native-tls"] }
|
||||
structopt = { version = "0.3", features = ["paw"] }
|
||||
dotenv = "0.15.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue