Replace listenbrainz-rust library with listenbrainz
InputUsername opened this issue · 1 comments
InputUsername commented
listenbrainz-rust
depends on reqwest
and therefore pulls in a bunch of crates from the async/tokio ecosystem for no reason. I've written listenbrainz
, which uses ureq
, bringing in significantly fewer dependencies.
I have already attempted to port rescrobbled over to listenbrainz
, but it seems to randomly error sometimes when submitting songs or authenticating. Need to investigate.
InputUsername commented
Implemented in v0.5.0
.