Only set features from features...

This commit is contained in:
Jesper Axelsson 2020-04-17 09:54:28 +02:00 committed by Ryan Leckey
parent c1f17c75d2
commit 18800b6e2a

View File

@ -17,7 +17,7 @@ path = "src/main.rs"
[dependencies]
dotenv = "0.15"
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"
structopt = "0.3"
chrono = "0.4"