Properly declare required tokio-util features

Fixes #194
This commit is contained in:
Kaleb Elwert 2020-01-28 18:14:25 -08:00
parent a086e0913c
commit 52eca3642e

View file

@ -20,5 +20,5 @@ default = ["tokio", "tokio-util", "bytes"]
bytes = { version = "0.5", optional = true }
encoding = "0.2"
thiserror = "1.0.2"
tokio-util = { version = "0.2.0", optional = true }
tokio-util = { version = "0.2.0", features = ["codec"], optional = true }
tokio = { version = "0.2.0", optional = true }