pub use Cache

github_actions
daladim 2021-07-05 11:05:22 +02:00
parent bf68d81ec8
commit e6dda89d01
1 changed files with 1 additions and 0 deletions

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;