mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Add missing feature flag to tokio
This commit is contained in:
parent
690e0d2e10
commit
ff499825e0
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue