mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-29 04:49:03 +00:00
Outsource lots of stuff to ical library
This commit is contained in:
@@ -107,9 +107,12 @@ strum = "0.27"
|
||||
strum_macros = "0.27"
|
||||
serde_json = { version = "1.0", features = ["raw_value"] }
|
||||
sqlx-sqlite = { version = "0.8", features = ["bundled"] }
|
||||
ical = { git = "https://github.com/lennart-k/ical-rs", features = [
|
||||
ical = { path = "../ical-rs/", features = [
|
||||
"chrono-tz",
|
||||
] }
|
||||
# ical = { git = "https://github.com/lennart-k/ical-rs", features = [
|
||||
# "chrono-tz",
|
||||
# ] }
|
||||
toml = "0.9"
|
||||
tower = "0.5"
|
||||
tower-http = { version = "0.6", features = [
|
||||
|
||||
Reference in New Issue
Block a user