Add missing feature flag to tokio

This commit is contained in:
johannesd3 2021-04-09 17:00:56 +02:00
parent 690e0d2e10
commit ff499825e0

View file

@ -20,7 +20,7 @@ log = "0.4"
futures-util = { version = "0.3", default_features = false }
ogg = "0.8"
tempfile = "3.1"
tokio = { version = "1", features = ["sync"] }
tokio = { version = "1", features = ["sync", "macros"] }
librespot-tremor = { version = "0.2.0", optional = true }
vorbis = { version ="0.0.14", optional = true }