From 6a5c58ee79fc9b4714784ef136a377bc71e6d01d Mon Sep 17 00:00:00 2001 From: khai96_ Date: Fri, 19 Apr 2019 18:56:23 +0700 Subject: Add support for hashed password (sha256) --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 42a43b5..96e05c0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -35,7 +35,7 @@ pub struct MiniserveConfig { pub interfaces: Vec, /// Enable HTTP basic authentication - pub auth: Option, + pub auth: Option, /// If false, miniserve will serve the current working directory pub path_explicitly_chosen: bool, -- cgit v1.2.3