aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2022-09-01 11:37:39 +0000
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2022-09-01 11:37:39 +0000
commit9f7d5a8aeaf252fb51d88b965b3a324e8e815f37 (patch)
tree2334fbbca617bab73156644a50f4e9aa84c07d90 /Cargo.lock
parentFix rustfmt complaints (diff)
downloadminiserve-9f7d5a8aeaf252fb51d88b965b3a324e8e815f37.tar.gz
miniserve-9f7d5a8aeaf252fb51d88b965b3a324e8e815f37.zip
Fix drop-down QR code
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e84e76b..cc8d3f6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1576,6 +1576,7 @@ dependencies = [
"hex",
"http",
"httparse",
+ "lazy_static",
"libflate",
"log",
"maud",