mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 09:22:26 +00:00
Dav Push: Logic to register subscriptions
This commit is contained in:
@@ -6,11 +6,13 @@ pub use error::Error;
|
||||
pub mod auth;
|
||||
pub mod calendar;
|
||||
mod contact_birthday_store;
|
||||
mod subscription_store;
|
||||
pub mod synctoken;
|
||||
|
||||
pub use addressbook_store::AddressbookStore;
|
||||
pub use calendar_store::CalendarStore;
|
||||
pub use contact_birthday_store::ContactBirthdayStore;
|
||||
pub use subscription_store::*;
|
||||
|
||||
pub use addressbook::{AddressObject, Addressbook};
|
||||
pub use calendar::{Calendar, CalendarObject};
|
||||
|
||||
Reference in New Issue
Block a user