diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-03-11 23:25:56 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-03-11 23:25:56 +0000 |
commit | aeb51dcf43665741a3438360151a4424e9b243e0 (patch) | |
tree | 8f79e2b303512468170883b1d0ada02e344a6e5b /Cargo.lock | |
parent | Changed Info: to info: to be consistent (diff) | |
download | miniserve-aeb51dcf43665741a3438360151a4424e9b243e0.tar.gz miniserve-aeb51dcf43665741a3438360151a4424e9b243e0.zip |
Started to add helpful messages for errors which could occur during archiving
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -777,6 +777,7 @@ dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "chrono-humanize 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", + "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "htmlescape 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "libflate 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", |