diff --git a/src/lib.rs b/src/lib.rs index a8d0746..5f065b4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -19,4 +19,5 @@ pub mod conn; mod huehash; pub mod replies; +pub use conn::wrap; pub use huehash::nick_hue;