mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-21 15:29:23 +00:00
Move ical-related stuff to rustical_ical crate
This commit is contained in:
9
crates/ical/src/icalendar/mod.rs
Normal file
9
crates/ical/src/icalendar/mod.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
mod event;
|
||||
mod journal;
|
||||
mod object;
|
||||
mod todo;
|
||||
|
||||
pub use event::*;
|
||||
pub use journal::*;
|
||||
pub use object::*;
|
||||
pub use todo::*;
|
||||
Reference in New Issue
Block a user