feat: downloader: add audio tagging
This commit is contained in:
parent
e608811e5f
commit
1e1315a837
7 changed files with 323 additions and 29 deletions
|
|
@ -74,7 +74,10 @@ tracing-test = "0.2.5"
|
|||
|
||||
# Included crates
|
||||
rustypipe = { path = ".", version = "0.2.0", default-features = false }
|
||||
rustypipe-downloader = { path = "./downloader", version = "0.1.0", default-features = false }
|
||||
rustypipe-downloader = { path = "./downloader", version = "0.1.0", default-features = false, features = [
|
||||
"indicatif",
|
||||
"audiotag",
|
||||
] }
|
||||
|
||||
[features]
|
||||
default = ["default-tls"]
|
||||
|
|
|
|||
Reference in a new issue