Changes according the latest Rust nightly.
[crypto_lab1.git] / lab1_rust / src / main.rs
index 80551f8..2e15908 100644 (file)
@@ -8,6 +8,7 @@ use std::os;
 
 use end_point::{ Client, Server };
 
+mod utils;
 mod crypto;
 mod packet;
 mod end_point;