mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-05 18:03:51 +00:00
get offline macros working with todos example
This commit is contained in:
committed by
Ryan Leckey
parent
21041ff55e
commit
6b248e0d5f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user