diff options
author | equal-l2 <eng.equall2@gmail.com> | 2020-07-20 21:54:58 +0000 |
---|---|---|
committer | equal-l2 <eng.equall2@gmail.com> | 2020-07-21 16:53:06 +0000 |
commit | bd6575cc5fa8c973eb845c0143b4a5ea181ed3f9 (patch) | |
tree | 5c59b353cb19d40fc0a0bcc9d65af7c6bb357bf3 /Cargo.toml | |
parent | Update to actix 2 and futures 0.3 (diff) | |
download | miniserve-bd6575cc5fa8c973eb845c0143b4a5ea181ed3f9.tar.gz miniserve-bd6575cc5fa8c973eb845c0143b4a5ea181ed3f9.zip |
Use actix-web-httpauth for authentication middleware
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |