sticnarf / tokio-socks

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

How to compile an executable program? #25

Open lygoing opened 3 years ago

lygoing commented 3 years ago

hi.

I don't know rust programming, but I have a rust compilation environment. I tried to use the command cargo build --release --no-default-features, but I didn't find the runnable service program I wanted. Can anyone tell me how to compile? Thanks. 😁

Kind Regards.

sticnarf commented 3 years ago

This is a socks client library. So it is not expected to compile a runnable program from this project.