fix tokio features set for proxy standalone build

This commit is contained in:
Stas Kelvich
2021-07-05 23:14:25 +03:00
parent 70926adaba
commit 8ec234ba78

View File

@@ -14,7 +14,7 @@ rand = "0.8.3"
hex = "0.4.3"
serde = "1"
serde_json = "1"
tokio = "1.7.1"
tokio = { version = "1.7.1", features = ["full"] }
tokio-postgres = "0.7.2"
clap = "2.33.0"