aspotify
aspotify copied to clipboard
Add rustls feature
Hey, amazing work on this library, thanks a lot!
I'm building an app that I'd like to compile to musl libc with rustls. However, reqwest uses openssl by default (which I couldn't get to run using musl). Could you imagine adding a rustls feature in your Cargo.toml and "forwarding" that to reqwest?