This commit moves some essential types to lib and fixes one clippy
warning: https://rust-lang.github.io/rust-clippy/master/index.html#enum_variant_names
This commit is contained in:
B. Blechschmidt 2023-03-25 13:07:39 +01:00
parent e6e6c70006
commit 20dc6f78f1
7 changed files with 57 additions and 57 deletions

View file

@ -1,7 +1,7 @@
use clap::Parser;
use env_logger::Env;
use tun2proxy::tun2proxy::Options;
use tun2proxy::Options;
use tun2proxy::{main_entry, Proxy};
/// Tunnel interface to proxy