mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 07:02:24 +00:00
remove unnecessary import
This commit is contained in:
@@ -24,6 +24,3 @@ serde_json = "1.0"
|
|||||||
tokio = { version = "1.35", features = ["sync", "full"] }
|
tokio = { version = "1.35", features = ["sync", "full"] }
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
ical = { git = "https://github.com/Peltoche/ical-rs.git", features = [
|
|
||||||
"generator",
|
|
||||||
] }
|
|
||||||
|
|||||||
Reference in New Issue
Block a user