mullvad / udp-over-tcp

Proxy UDP traffic over a TCP stream
Apache License 2.0
377 stars 61 forks source link

Make structopt an optional dependency #25

Closed faern closed 2 years ago

faern commented 2 years ago

Currently you get structopt (+ clap etc) pulled into your dependency tree when just consuming this as a library. Structopt is only needed when built as binaries with a CLI. It should be possible to make it optional and get rid of that dependency.