Reexport WaitGroup

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/1/head
trivernis 4 years ago
parent 118633179f
commit e0ea66f7c1
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1,7 +1,7 @@
[package] [package]
name = "vented" name = "vented"
description = "Event driven encrypted tcp communicaton" description = "Event driven encrypted tcp communicaton"
version = "0.1.1" version = "0.1.2"
authors = ["trivernis <trivernis@protonmail.com>"] authors = ["trivernis <trivernis@protonmail.com>"]
edition = "2018" edition = "2018"
readme = "README.md" readme = "README.md"

@ -3,3 +3,5 @@ pub mod event;
pub mod event_handler; pub mod event_handler;
pub mod result; pub mod result;
pub mod server; pub mod server;
pub use crossbeam_utils::sync::WaitGroup;

Loading…
Cancel
Save