aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2018-04-29 23:48:01 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2018-04-29 23:48:01 +0000
commit9d972a43b32dfdd620d8f710f6c2db9a327c5103 (patch)
treef723ad25669c35d62b6d00e56f320273bf700e2c /Cargo.toml
parentSome more progress (diff)
downloadminiserve-9d972a43b32dfdd620d8f710f6c2db9a327c5103.tar.gz
miniserve-9d972a43b32dfdd620d8f710f6c2db9a327c5103.zip
Basic auth stuff
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ef325df..257dcdc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"