Do not save svg to file, just print qr text

This commit is contained in:
Floris Bruynooghe
2023-02-20 13:02:16 +01:00
parent 3c4ffc3550
commit 788d3125a3
3 changed files with 1 additions and 8 deletions

View File

@@ -12,7 +12,6 @@ log = "0.4.16"
pretty_env_logger = "0.4"
rusqlite = "0.27"
rustyline = "10"
tempfile = "3"
tokio = { version = "1", features = ["fs", "rt-multi-thread", "macros"] }
[features]