mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-10 05:20:25 +01:00
Remove unnecessary dependencies
This commit is contained in:
parent
0e311777d3
commit
81e549f9f4
2 changed files with 119 additions and 596 deletions
714
Cargo.lock
generated
714
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,6 @@ edition = "2018"
|
|||
links = "FLAC"
|
||||
|
||||
[dependencies]
|
||||
tokio-core = "0.1.17"
|
||||
futures = "0.1"
|
||||
futures-state-stream = "0.1"
|
||||
structopt = { version = "0.3", default-features = false }
|
||||
|
|
Loading…
Reference in a new issue