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.toml | |
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.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |