Closed smndtrl closed 1 year ago
This enables rustls support in reqwest to avoid the openssl-sys dependency.
Otherwise cargo install wasi may fail on systems that are not setup for C development and are missing either pkg-config or the respective libssl packag
pkg-config
libssl
Sure!
This enables rustls support in reqwest to avoid the openssl-sys dependency.
Otherwise cargo install wasi may fail on systems that are not setup for C development and are missing either
pkg-config
or the respectivelibssl
packag