mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2025-07-02 12:05:32 +02:00
updated to 2021 toolchain + metadata is know saved
This commit is contained in:
parent
227eeeb11b
commit
d8e06c79e6
6 changed files with 1484 additions and 927 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -6,19 +6,19 @@ edition = "2018"
|
|||
links = "FLAC"
|
||||
|
||||
[dependencies]
|
||||
librespot = { path = "./librespot" }
|
||||
tokio-core = "0.1.17"
|
||||
futures = "0.1"
|
||||
futures-state-stream = "0.1"
|
||||
structopt = { version = "0.3", default-features = false }
|
||||
rpassword = "5.0"
|
||||
indicatif = "0.15.0"
|
||||
|
||||
[dependencies.flac-bound]
|
||||
version = "0.2.0"
|
||||
librespot = "0.3.1"
|
||||
tokio = { version = "1.18.2", features = ["rt"] }
|
||||
flac-bound = { version = "0.2.0" }
|
||||
audiotags = "0.2.7182"
|
||||
|
||||
[package.metadata.deb]
|
||||
depends="libflac-dev"
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = "0.3.16"
|
||||
pkg-config = "0.3.16"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue