mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +03:00
Add ical dependency
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -1066,6 +1066,7 @@ dependencies = [
|
||||
"futures",
|
||||
"futures-lite",
|
||||
"hex",
|
||||
"ical",
|
||||
"image",
|
||||
"indexmap",
|
||||
"itertools 0.9.0",
|
||||
@@ -1839,6 +1840,15 @@ dependencies = [
|
||||
"quick-error",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ical"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4a9f7215ad0d77e69644570dee000c7678a47ba7441062c1b5f918adde0d73cf"
|
||||
dependencies = [
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ident_case"
|
||||
version = "1.0.1"
|
||||
|
||||
Reference in New Issue
Block a user