aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorequal-l2 <eng.equall2@gmail.com>2020-07-20 21:54:58 +0000
committerequal-l2 <eng.equall2@gmail.com>2020-07-21 16:53:06 +0000
commitbd6575cc5fa8c973eb845c0143b4a5ea181ed3f9 (patch)
tree5c59b353cb19d40fc0a0bcc9d65af7c6bb357bf3 /Cargo.toml
parentUpdate to actix 2 and futures 0.3 (diff)
downloadminiserve-bd6575cc5fa8c973eb845c0143b4a5ea181ed3f9.tar.gz
miniserve-bd6575cc5fa8c973eb845c0143b4a5ea181ed3f9.zip
Use actix-web-httpauth for authentication middleware
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 138b206..1bf9471 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,6 @@ panic = 'abort'
yansi = "0.5"
actix-web = "2.0"
simplelog = "0.8"
-base64 = "0.12"
percent-encoding = "2.1"
port_check = "0.1"
htmlescape = "0.3.1"
@@ -50,6 +49,7 @@ qrcodegen = "1.6.0"
actix-files = "0.2.2"
actix-multipart = "0.2.0"
actix-rt = "1.1.1"
+actix-web-httpauth = "0.4.2"
[dev-dependencies]
assert_cmd = "1.0"