mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 17:02:32 +00:00
7 lines
105 B
Rust
7 lines
105 B
Rust
pub mod methods;
|
|
pub mod prop;
|
|
pub mod resource;
|
|
mod service;
|
|
|
|
pub use service::CalendarResourceService;
|