Add trash bin feature

This commit is contained in:
Lennart
2024-06-21 19:26:45 +02:00
parent c1cc12e2ac
commit aed6bcff63
9 changed files with 45 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ sqlx = { version = "0.7", features = [
tokio = { version = "1.35", features = ["sync", "full"] }
toml = "0.8"
ical = { version = "0.11", features = ["generator", "serde"] }
chrono = "0.4"
chrono = { version = "0.4", features = ["serde"] }
regex = "1.10"
lazy_static = "1.4"
rstest = "0.21"