Merged all workspace projects into a single binary project

This commit is contained in:
2022-09-01 10:11:24 +02:00
parent 3be4c5a68e
commit b24e8ba68b
19 changed files with 96 additions and 123 deletions

4
src/base/mod.rs Normal file

@ -0,0 +1,4 @@
pub mod cert_utils;
mod structs;
pub use structs::{RelayedPort, RemoteConfig};