Move depth_extractor to dav crate

This commit is contained in:
Lennart
2023-09-14 14:04:48 +02:00
parent a4b2e104e7
commit 7edb041eb7
5 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
pub mod depth_extractor;
pub mod namespace;
pub mod resource;
pub mod xml_snippets;