mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
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:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user