diff --git a/src/lib.rs b/src/lib.rs index 4334595..f710964 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -35,6 +35,7 @@ pub mod mock_behaviour; pub mod client; pub use client::Client; pub mod cache; +pub use cache::Cache; pub mod ical; pub mod settings;