Add macros feature to sqlx
This commit is contained in:
parent
d6aee960fa
commit
a82ca7d052
@ -11,7 +11,7 @@ edition = "2018"
|
|||||||
juniper = "^0.15"
|
juniper = "^0.15"
|
||||||
juniper_warp = "^0.6"
|
juniper_warp = "^0.6"
|
||||||
juniper-from-schema = { git = "https://github.com/davidpdrsn/juniper-from-schema" }
|
juniper-from-schema = { git = "https://github.com/davidpdrsn/juniper-from-schema" }
|
||||||
sqlx = { version = "^0.5", features = ["runtime-tokio-native-tls", "uuid", "chrono"] }
|
sqlx = { version = "^0.5", features = ["runtime-tokio-native-tls", "uuid", "chrono", "macros"] }
|
||||||
warp = { version = "^0.3", default-features = false, features = ["compression", "tls"] }
|
warp = { version = "^0.3", default-features = false, features = ["compression", "tls"] }
|
||||||
structopt = { version = "^0.3", features = ["wrap_help"] }
|
structopt = { version = "^0.3", features = ["wrap_help"] }
|
||||||
toml = "^0.5"
|
toml = "^0.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user