get offline macros working with todos example

This commit is contained in:
Austin Bonander
2020-05-13 20:30:12 -07:00
committed by Ryan Leckey
parent 21041ff55e
commit 6b248e0d5f
15 changed files with 186 additions and 129 deletions

View File

@@ -9,5 +9,6 @@ anyhow = "1.0"
async-std = { version = "1.4.0", features = [ "attributes" ] }
futures = "0.3"
paw = "1.0"
sqlx = { path = "../../../", features = ["postgres"] }
sqlx = { path = "../../../", features = ["postgres", "offline"] }
structopt = { version = "0.3", features = ["paw"] }
dotenv = "0.15.0"