sshuttle-gui/src/lib.rs
2022-08-11 16:05:02 +05:30

5 lines
76 B
Rust

#![warn(clippy::all, rust_2018_idioms)]
mod app;
pub use app::TemplateApp;