pub use Cache

This commit is contained in:
daladim 2021-07-05 11:05:22 +02:00
parent bf68d81ec8
commit e6dda89d01

View file

@ -35,6 +35,7 @@ pub mod mock_behaviour;
pub mod client; pub mod client;
pub use client::Client; pub use client::Client;
pub mod cache; pub mod cache;
pub use cache::Cache;
pub mod ical; pub mod ical;
pub mod settings; pub mod settings;