aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpebbleKite <pebbleKite@users.noreply.github.com>2018-11-08 12:41:31 +0000
committerpebbleKite <pebbleKite@users.noreply.github.com>2018-11-08 12:41:31 +0000
commita83f8cc00b184b83a510ea43434c03872fe79118 (patch)
tree9fe51ab46afa57daf4b7c7e62780e32989fcd2b8 /Cargo.toml
parentBump Cargo.lock (diff)
downloadminiserve-a83f8cc00b184b83a510ea43434c03872fe79118.tar.gz
miniserve-a83f8cc00b184b83a510ea43434c03872fe79118.zip
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"