spotify-dl/Cargo.toml

21 lines
429 B
TOML
Raw Normal View History

2020-10-25 01:39:20 +02:00
[package]
name = "spotify-dl"
version = "0.1.0"
authors = ["Guillem Castro <guillemcastro4@gmail.com>"]
edition = "2018"
[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"
[package.metadata.deb]
depends="libflac-dev"