mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2025-07-02 12:05:32 +02:00
Add files
This commit is contained in:
commit
3fc874ce34
8 changed files with 254 additions and 0 deletions
20
Cargo.toml
Normal file
20
Cargo.toml
Normal file
|
@ -0,0 +1,20 @@
|
|||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue