aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorwyhaya <wyhaya@gmail.com>2020-07-05 14:34:43 +0000
committerGitHub <noreply@github.com>2020-07-05 14:34:43 +0000
commit205a5a4cc49e33b86366969a76b3303d71287761 (patch)
tree5c8d73e8380356476cab85b770ab7d983011d639 /Cargo.toml
parentMerge pull request #292 from j2ghz/patch-1 (diff)
downloadminiserve-205a5a4cc49e33b86366969a76b3303d71287761.tar.gz
miniserve-205a5a4cc49e33b86366969a76b3303d71287761.zip
Add generate QR code (#330)
* Add generate QR code * Add --qrcode option
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7d687f3..6383e22 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,6 +48,7 @@ strum_macros = "0.18.0"
sha2 = "0.9"
hex = "0.4.2"
zip = "0.5.5"
+qrcodegen = "1.6.0"
[dev-dependencies]
assert_cmd = "1.0"