Send avatar in vCard

This commit is contained in:
Alexander Krotov
2020-02-15 22:18:29 +03:00
parent 7fa794cd72
commit 5ad85c52bc
3 changed files with 250 additions and 12 deletions

View File

@@ -61,6 +61,7 @@ url = "2.1.1"
async-std-resolver = "0.19.5"
async-tar = "0.3.0"
uuid = { version = "0.8", features = ["serde", "v4"] }
vcard = "0.4.6"
pretty_env_logger = { version = "0.4.0", optional = true }
log = {version = "0.4.8", optional = true }