Migrate propfind and report to rustical_xml

This commit is contained in:
Lennart
2024-12-23 16:44:26 +01:00
parent 8e0a25b223
commit 72844aa94e
28 changed files with 528 additions and 335 deletions

3
Cargo.lock generated
View File

@@ -2510,6 +2510,7 @@ dependencies = [
"quick-xml",
"rustical_dav",
"rustical_store",
"rustical_xml",
"serde",
"sha2",
"strum",
@@ -2535,6 +2536,7 @@ dependencies = [
"quick-xml",
"rustical_dav",
"rustical_store",
"rustical_xml",
"serde",
"strum",
"thiserror 2.0.8",
@@ -2602,6 +2604,7 @@ dependencies = [
"regex",
"rstest",
"rstest_reuse",
"rustical_xml",
"serde",
"sha2",
"thiserror 2.0.8",