Some groundwork for recurrence expansion

This commit is contained in:
Lennart
2025-05-02 17:43:46 +02:00
parent d826cb5fdd
commit e611e67692
5 changed files with 291 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ sqlx = { version = "0.8", default-features = false, features = [
"migrate",
"json",
] }
strum = "0.27"
strum_macros = "0.27"
serde_json = { version = "1.0", features = ["raw_value"] }
sqlx-sqlite = { version = "0.8", features = ["bundled"] }
ical = { version = "0.11", features = ["generator", "serde"] }