qiniu / rust-sdk

Generic Qiniu Resource Storage SDK
MIT License
26 stars 7 forks source link

rustls-tls #22

Closed MrToy closed 4 months ago

MrToy commented 1 year ago

Support rustls-tls feature in sdk

Add rustls-tls flag in sdk for reqwest, to resolve musl compile problem

zhangzqs commented 1 year ago

I think if you need to compile with the musl toolchain, you'd better manually introduce reqwest in your project and add the rustls-tls feature.