1 == How to setup openssl on windows
\r
4 * PS> git clone https://github.com/Microsoft/vcpkg.git
\r
6 * PS> .\bootstrap-vcpkg.bat
\r
7 * Install openssl dev livb
\r
8 * PS> vcpkg install openssl:x64-windows
\r
9 * Define these env variables:
\r
10 * $env:VCPKG_ROOT=<path to vcpkg installation>
\r
11 * $env:OPENSSL_DIR=<path to vcpkg installation>\installed\x64-windows
\r
16 https://actix.rs/docs/autoreload/