updated to 2021 toolchain + metadata is know saved

This commit is contained in:
obito1903 2022-05-12 00:18:58 +02:00
parent 227eeeb11b
commit d8e06c79e6
6 changed files with 1484 additions and 927 deletions

View file

@ -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"