aspotify icon indicating copy to clipboard operation
aspotify copied to clipboard

Add rustls feature

Open raffomania opened this issue 4 years ago • 0 comments

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?

raffomania avatar Sep 11 '21 12:09 raffomania