gym-http-api
gym-http-api copied to clipboard
binding-rust: remove openssl dependencies
hyper 0.9.x depends of openssl by default, and it can failed to compile if openssl dev lib is not installed. As ssl is not used by gym-http server, then remove openssl as transitive dependency.
should fixe #55
the travis build failed, but it doesn't seem related to PR, but to the server code.