cleanup imports

This commit is contained in:
Lorenzo Pistone
2019-02-14 12:16:43 +01:00
parent 5724254526
commit 1e60b6e9cc
2 changed files with 16 additions and 17 deletions

View File

@@ -5,12 +5,11 @@ authors = ["Lorenzo Pistone <blaffablaffa@gmail.com>"]
edition = "2018"
[dependencies]
futures = "0.1.8"
tokio-core = "0.1.2"
tokio-core = "0.1.17"
librespot-core = { git = "https://github.com/librespot-org/librespot.git" }
librespot-metadata = { git = "https://github.com/librespot-org/librespot.git" }
librespot-audio = { git = "https://github.com/librespot-org/librespot.git" }
regex = "1"
log = "0.4.0"
regex = "1.1.0"
log = "0.4.6"
env_logger = "0.6.0"
scoped_threadpool = "0.1.*"
scoped_threadpool = "0.1.9"