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.toml | |
parent | Fix rustfmt complaints (diff) | |
download | miniserve-9f7d5a8aeaf252fb51d88b965b3a324e8e815f37.tar.gz miniserve-9f7d5a8aeaf252fb51d88b965b3a324e8e815f37.zip |
Fix drop-down QR code
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,6 +37,7 @@ get_if_addrs = "0.5" hex = "0.4" http = "0.2" httparse = "1" +lazy_static = "1.4.0" libflate = "1" log = "0.4" maud = "0.23" @@ -45,6 +46,7 @@ nanoid = "0.4" percent-encoding = "2" port_check = "0.1" qrcode = "0.12.0" +regex = "1" rustls = { version = "0.20", optional = true } rustls-pemfile = { version = "1.0", optional = true } serde = { version = "1", features = ["derive"] } @@ -71,7 +73,6 @@ assert_cmd = "2" assert_fs = "1" predicates = "2" pretty_assertions = "1.2" -regex = "1" reqwest = { version = "0.11", features = ["blocking", "multipart", "rustls-tls"], default-features = false } rstest = "0.15" select = "0.5" |