mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2025-07-02 12:05:32 +02:00
Refactor
This commit is contained in:
parent
868826b42d
commit
ca44edf845
8 changed files with 741 additions and 295 deletions
20
Cargo.toml
20
Cargo.toml
|
@ -1,27 +1,27 @@
|
|||
[package]
|
||||
name = "spotify-dl"
|
||||
version = "0.1.3"
|
||||
authors = ["Guillem Castro <guillemcastro4@gmail.com>", "Schreifuchs <kontakt@schreifuchs.ch>"]
|
||||
version = "0.2.0"
|
||||
authors = ["Guillem Castro <guillemcastro4@gmail.com>"]
|
||||
edition = "2021"
|
||||
readme = "README.md"
|
||||
licence = "MIT"
|
||||
#links = "FLAC"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1"
|
||||
futures-state-stream = "0.1"
|
||||
structopt = { version = "0.3", default-features = false }
|
||||
rpassword = "7.0"
|
||||
indicatif = "0.17"
|
||||
librespot = "0.4.2"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio = { version = "1", features = ["full", "tracing"] }
|
||||
flac-bound = { version = "0.3.0", default-features = false, features = ["libflac-noogg"] }
|
||||
audiotags = "0.5"
|
||||
regex = "1.7.1"
|
||||
machine-uid = "0.5.1"
|
||||
anyhow = "1"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
|
||||
lazy_static = "1.4"
|
||||
async-trait = "0.1"
|
||||
dirs = "5.0"
|
||||
|
||||
[package.metadata.deb]
|
||||
depends="libflac-dev"
|
||||
|
||||
# [build-dependencies]
|
||||
# pkg-config = "0.3.16"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue