wisespace-io / binance-rs

Rust Library for the Binance API
Other
649 stars 295 forks source link

Update Cargo.toml #49

Closed 0cv closed 4 years ago

0cv commented 4 years ago

Specify the vendored-tls feature in your Toml file, such as binance = { version="0.10.6", features=["vendored-tls"]} to statically link TLS.