diff --git a/src/lib.rs b/src/lib.rs index 42ce047..b71dc7a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,7 @@ -pub mod server; +pub mod client; pub mod close_sender; pub mod packet; -pub mod ssl; +pub mod server; pub mod shell; -pub mod client; -pub mod stream; \ No newline at end of file +pub mod ssl; +pub mod stream;