diff options
author | cyqsimon <28627918+cyqsimon@users.noreply.github.com> | 2022-09-01 11:37:39 +0000 |
---|---|---|
committer | cyqsimon <28627918+cyqsimon@users.noreply.github.com> | 2022-09-01 11:37:39 +0000 |
commit | 9f7d5a8aeaf252fb51d88b965b3a324e8e815f37 (patch) | |
tree | 2334fbbca617bab73156644a50f4e9aa84c07d90 /Cargo.lock | |
parent | Fix rustfmt complaints (diff) | |
download | miniserve-9f7d5a8aeaf252fb51d88b965b3a324e8e815f37.tar.gz miniserve-9f7d5a8aeaf252fb51d88b965b3a324e8e815f37.zip |
Fix drop-down QR code
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1576,6 +1576,7 @@ dependencies = [ "hex", "http", "httparse", + "lazy_static", "libflate", "log", "maud", |