mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-10 05:20:25 +01:00
27 lines
688 B
TOML
27 lines
688 B
TOML
[package]
|
|
name = "spotify-dl"
|
|
version = "0.1.2"
|
|
authors = ["Guillem Castro <guillemcastro4@gmail.com>", "Schreifuchs <kontakt@schreifuchs.ch>"]
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
licence = "MIT"
|
|
#links = "FLAC"
|
|
|
|
[dependencies]
|
|
futures = "0.1"
|
|
futures-state-stream = "0.1"
|
|
structopt = { version = "0.3", default-features = false }
|
|
rpassword = "5.0"
|
|
indicatif = "0.15.0"
|
|
librespot = "0.3.1"
|
|
tokio = { version = "1.18.2", features = ["rt"] }
|
|
flac-bound = { version = "0.3.0", default-features = false, features = ["libflac-noogg"] }
|
|
audiotags = "0.2.7182"
|
|
regex = "1.7.1"
|
|
machine-uid = "0.5.1"
|
|
|
|
[package.metadata.deb]
|
|
depends="libflac-dev"
|
|
|
|
# [build-dependencies]
|
|
# pkg-config = "0.3.16"
|