Make parsing of name, addr, and timestamp work

This commit is contained in:
Hocuri
2024-04-19 23:07:12 +02:00
parent ba6f3291ea
commit d2014f6038
4 changed files with 136 additions and 48 deletions

3
Cargo.lock generated
View File

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