aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2018-11-19 22:01:27 +0000
committerGitHub <noreply@github.com>2018-11-19 22:01:27 +0000
commitc800ef4e535692a956e7e6d629d0d7a6b4586e52 (patch)
treed27f91083c56c43522fa41abaf95a23eb8139eef /Cargo.toml
parentBump Cargo.lock (diff)
parentFix double "symbolic" typo (diff)
downloadminiserve-c800ef4e535692a956e7e6d629d0d7a6b4586e52.tar.gz
miniserve-c800ef4e535692a956e7e6d629d0d7a6b4586e52.zip
Merge pull request #19 from pebbleKite/skip_symlinks
add option to ignore symlinks
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bfd0180..82a1019 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,3 +23,5 @@ actix = "0.7"
actix-web = "0.7"
simplelog = "0.5"
base64 = "0.10"
+percent-encoding = "1.0.1"
+htmlescape = "0.3.1"