mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 18:06:35 +03:00
feat(contact-tools): Add make_vcard()
Add a function making a vCard containing given `VcardContact`s.
This commit is contained in:
@@ -169,7 +169,7 @@ anyhow = "1"
|
||||
once_cell = "1.18.0"
|
||||
regex = "1.10"
|
||||
rusqlite = "0.31"
|
||||
chrono = { version = "0.4.37", default-features=false, features = ["clock", "std"] }
|
||||
chrono = { version = "0.4.37", default-features=false, features = ["alloc", "clock", "std"] }
|
||||
|
||||
[features]
|
||||
default = ["vendored"]
|
||||
|
||||
Reference in New Issue
Block a user