mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-07 09:44:43 +00:00
Only set features from features...
This commit is contained in:
parent
c1f17c75d2
commit
18800b6e2a
@ -17,7 +17,7 @@ path = "src/main.rs"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
dotenv = "0.15"
|
dotenv = "0.15"
|
||||||
tokio = { version = "0.2", features = ["macros"] }
|
tokio = { version = "0.2", features = ["macros"] }
|
||||||
sqlx = { version = "0.3", path = "..", default-features = false, features = [ "runtime-tokio", "postgres" ] }
|
sqlx = { version = "0.3", path = "..", default-features = false, features = [ "runtime-tokio" ] }
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
structopt = "0.3"
|
structopt = "0.3"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user