feat: Parsing vCards for contacts sharing (#5482)

Co-authored-by: iequidoo <dgreshilov@gmail.com>
This commit is contained in:
Hocuri
2024-05-04 03:44:09 +02:00
committed by GitHub
parent add8c0680f
commit 026f678452
4 changed files with 275 additions and 13 deletions

3
Cargo.lock generated
View File

@@ -1239,9 +1239,10 @@ dependencies = [
[[package]]
name = "deltachat-contact-tools"
version = "0.1.0"
version = "0.0.0"
dependencies = [
"anyhow",
"chrono",
"once_cell",
"regex",
"rusqlite",