aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-03-11 23:25:56 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-03-11 23:25:56 +0000
commitaeb51dcf43665741a3438360151a4424e9b243e0 (patch)
tree8f79e2b303512468170883b1d0ada02e344a6e5b /Cargo.lock
parentChanged Info: to info: to be consistent (diff)
downloadminiserve-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.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7bfbd62..6016cf5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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)",