diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-11-19 22:01:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-19 22:01:27 +0000 |
commit | c800ef4e535692a956e7e6d629d0d7a6b4586e52 (patch) | |
tree | d27f91083c56c43522fa41abaf95a23eb8139eef /Cargo.lock | |
parent | Bump Cargo.lock (diff) | |
parent | Fix double "symbolic" typo (diff) | |
download | miniserve-c800ef4e535692a956e7e6d629d0d7a6b4586e52.tar.gz miniserve-c800ef4e535692a956e7e6d629d0d7a6b4586e52.zip |
Merge pull request #19 from pebbleKite/skip_symlinks
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)", ] |