mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 03:32:15 +00:00
Add trash bin feature
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user