diff --git a/Cargo.toml b/Cargo.toml index 855ce0a..f2c52b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tokio = { version = "1.35", features = ["full"] } scraper = "0.18" regex = "1.10" chrono = "0.4.31" -ics = "0.5" +ics = { version = "0.5", default-features = false } uuid = { version = "1.6", features = ["v4", "fast-rng"] } clap = { version = "4.4", features = ["derive"] } dialoguer = "0.11"