sticnarf / tokio-socks

Asynchronous SOCKS proxy support for Rust.
MIT License
68 stars 30 forks source link

Require `tor` feature for the `socket` example #31

Closed nickelc closed 3 years ago

nickelc commented 3 years ago

The tor feature is required to build the socket example

sticnarf commented 3 years ago

Thank you for fixing it! I will add building examples to CI to avoid such a mistake.