mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 16:32:29 +00:00
Move ical-related stuff to rustical_ical crate
This commit is contained in:
@@ -8,3 +8,12 @@ pub use timezone::*;
|
||||
|
||||
mod duration;
|
||||
pub use duration::parse_duration;
|
||||
|
||||
mod icalendar;
|
||||
pub use icalendar::*;
|
||||
|
||||
mod error;
|
||||
pub use error::Error;
|
||||
|
||||
mod address_object;
|
||||
pub use address_object::AddressObject;
|
||||
|
||||
Reference in New Issue
Block a user