diff options
author | pebbleKite <pebbleKite@users.noreply.github.com> | 2018-11-08 12:41:31 +0000 |
---|---|---|
committer | pebbleKite <pebbleKite@users.noreply.github.com> | 2018-11-08 12:41:31 +0000 |
commit | a83f8cc00b184b83a510ea43434c03872fe79118 (patch) | |
tree | 9fe51ab46afa57daf4b7c7e62780e32989fcd2b8 /Cargo.lock | |
parent | Bump Cargo.lock (diff) | |
download | miniserve-a83f8cc00b184b83a510ea43434c03872fe79118.tar.gz miniserve-a83f8cc00b184b83a510ea43434c03872fe79118.zip |
add option to ignore symlinks
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -711,6 +711,8 @@ dependencies = [ "actix-web 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", + "htmlescape 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "simplelog 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "yansi 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] |