diff --git a/Cargo.toml b/Cargo.toml index 2fb51bd..164baa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vented" description = "Event driven encrypted tcp communicaton" -version = "0.1.1" +version = "0.1.2" authors = ["trivernis "] edition = "2018" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index e002755..b2f7568 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,3 +3,5 @@ pub mod event; pub mod event_handler; pub mod result; pub mod server; + +pub use crossbeam_utils::sync::WaitGroup;