From 8cfb6b0b199586d45edf5abefbb8cf26f98cb829 Mon Sep 17 00:00:00 2001 From: jelemux Date: Thu, 22 Oct 2020 23:09:31 +0200 Subject: added QR code generation --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bda1251..2dc092e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ printpdf = "0.3.3" base64 = "0.13.0" vcard = "0.4.7" console_error_panic_hook = "0.1.6" +qrcodegen = "1.6.0" [dependencies.chrono] version = "0.4.19" -- cgit v1.2.3