diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-04-29 23:48:01 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-04-29 23:48:01 +0000 |
commit | 9d972a43b32dfdd620d8f710f6c2db9a327c5103 (patch) | |
tree | f723ad25669c35d62b6d00e56f320273bf700e2c /Cargo.toml | |
parent | Some more progress (diff) | |
download | miniserve-9d972a43b32dfdd620d8f710f6c2db9a327c5103.tar.gz miniserve-9d972a43b32dfdd620d8f710f6c2db9a327c5103.zip |
Basic auth stuff
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,3 +18,4 @@ clap = "2.29" actix = "0.5" actix-web = { git = "https://github.com/actix/actix-web.git" } simplelog = "0.5" +base64 = "0.9" |