mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 03:32:15 +00:00
Move ical-related stuff to dedicated rustical_ical crate
This commit is contained in:
9
crates/ical/src/lib.rs
Normal file
9
crates/ical/src/lib.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
pub mod rrule;
|
||||
|
||||
mod property_ext;
|
||||
pub use property_ext::*;
|
||||
|
||||
mod timestamp;
|
||||
mod timezone;
|
||||
pub use timestamp::*;
|
||||
pub use timezone::*;
|
||||
Reference in New Issue
Block a user