mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 19:22:26 +00:00
rustical_dav: Make actix-web a completely optional dependency
This commit is contained in:
@@ -11,3 +11,6 @@ pub(crate) use delete::actix_route_delete;
|
||||
|
||||
#[cfg(feature = "actix")]
|
||||
pub(crate) use propfind::actix_route_propfind;
|
||||
|
||||
#[cfg(feature = "actix")]
|
||||
pub(crate) use proppatch::actix_route_proppatch;
|
||||
|
||||
Reference in New Issue
Block a user