feat(deltachat-repl): built-in QR code printer

Print QR codes with Rust code
instead of depending on external `qrencode`.
This commit is contained in:
link2xt
2024-10-15 22:36:14 +00:00
parent 3a72188548
commit f14880146a
4 changed files with 42 additions and 16 deletions

View File

@@ -11,6 +11,7 @@ deltachat = { workspace = true, features = ["internals"]}
dirs = "5"
log = { workspace = true }
nu-ansi-term = { workspace = true }
qr2term = "0.3.3"
rusqlite = { workspace = true }
rustyline = "14"
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }