mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-15 04:03:21 +00:00
8 lines
154 B
Rust
8 lines
154 B
Rust
pub mod delete;
|
|
pub mod propfind;
|
|
pub mod proppatch;
|
|
|
|
pub use delete::route_delete;
|
|
pub use propfind::route_propfind;
|
|
pub use proppatch::route_proppatch;
|