mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 04:42:15 +00:00
dav: Make reusable for other projects
This commit is contained in:
7
crates/dav_push/src/lib.rs
Normal file
7
crates/dav_push/src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
mod extension;
|
||||
pub mod notifier;
|
||||
mod prop;
|
||||
pub mod register;
|
||||
|
||||
pub use extension::*;
|
||||
pub use prop::*;
|
||||
Reference in New Issue
Block a user