remove unnecessary import

This commit is contained in:
Lennart
2024-02-25 11:39:24 +01:00
parent f81ca9cff3
commit e79113b905

View File

@@ -24,6 +24,3 @@ serde_json = "1.0"
tokio = { version = "1.35", features = ["sync", "full"] }
async-trait = "0.1"
thiserror = "1.0"
ical = { git = "https://github.com/Peltoche/ical-rs.git", features = [
"generator",
] }