feat!: add userdata feature for all personal data queries (playback history, subscriptions)

This commit is contained in:
ThetaDev 2025-02-07 04:43:35 +01:00
parent fd5801938d
commit 4516dddaeb
31 changed files with 189 additions and 143 deletions

View file

@ -9,7 +9,7 @@ repository.workspace = true
publish = false
[dependencies]
rustypipe = { path = "../" }
rustypipe = { path = "../", features = ["userdata"] }
reqwest.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread"] }
futures-util.workspace = true