caldav: Outsource text-match to rustical_dav

This commit is contained in:
Lennart
2025-12-27 13:45:26 +01:00
parent a74b74369c
commit 89d3d3b7a4
11 changed files with 30 additions and 40 deletions

View File

@@ -28,3 +28,7 @@ headers.workspace = true
strum.workspace = true
matchit.workspace = true
matchit-serde.workspace = true
ical = { workspace = true, optional = true }
[features]
ical = ["dep:ical"]