Make todos example compile

This commit is contained in:
Matt Paul 2020-11-18 14:20:14 +00:00 committed by Ryan Leckey
parent da178405b9
commit 7510316eb6

View file

@ -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"