# Conflicts:
#	mcp_server_collection/Cargo.toml
This commit is contained in:
2026-05-24 13:02:13 +02:00
9 changed files with 398 additions and 53 deletions
Generated
+15
View File
@@ -1111,6 +1111,8 @@ dependencies = [
"iso8601",
"nom",
"nom-language",
"rrule",
"thiserror 2.0.18",
"uuid",
]
@@ -2500,6 +2502,19 @@ dependencies = [
"memchr",
]
[[package]]
name = "rrule"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "720acfb4980b9d8a6a430f6d7a11933e701ebbeba5eee39cc9d8c5f932aaff74"
dependencies = [
"chrono",
"chrono-tz",
"log",
"regex",
"thiserror 2.0.18",
]
[[package]]
name = "rtrb"
version = "0.3.4"