feat: downloader: add audio tagging

This commit is contained in:
ThetaDev 2024-07-31 03:27:27 +02:00
parent e608811e5f
commit 1e1315a837
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
7 changed files with 323 additions and 29 deletions

View file

@ -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"]