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

@@ -14,7 +14,6 @@ use std::str::FromStr;
use std::sync::Arc;
use tokio::sync::RwLock;
pub mod depth_extractor;
pub mod error;
pub mod proptypes;
pub mod resources;