aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
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.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5f2fbcd..ad5a144 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,4 +41,5 @@ tar = "0.4"
tempfile = "3.0.7"
bytes = "0.4.12"
futures = "0.1.25"
-libflate = "0.1.20" \ No newline at end of file
+libflate = "0.1.20"
+failure = "0.1.5" \ No newline at end of file