sovrin-client-rust

Windows build

openssl-sys workaround

When your windows build fails complaining on gdi32.lib you should edit

~/.cargo/registry/src/github.com-*/openssl-sys-*/build.rs

and add

println!("cargo:rustc-link-lib=dylib=gdi32");

to the end of main() function.

Then try to rebuild whole project.