mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
fix sqlx-macros/Cargo.toml
This commit is contained in:
parent
d3df2dd210
commit
2ab07798fc
@ -11,10 +11,10 @@ proc-macro = true
|
||||
dotenv = "0.15.0"
|
||||
futures-preview = "0.3.0-alpha.18"
|
||||
proc-macro2 = "1.0.6"
|
||||
sqlx = { path = "../", features = ["postgres"] }
|
||||
sqlx = { path = "../" }
|
||||
syn = "1.0"
|
||||
quote = "1.0"
|
||||
tokio = { version = "0.2.0-alpha.4", default-features = false, features = [ "tcp" ] }
|
||||
tokio = { version = "0.2.0-alpha.4" }
|
||||
url = "2.1.0"
|
||||
|
||||
[features]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user