From aeb51dcf43665741a3438360151a4424e9b243e0 Mon Sep 17 00:00:00 2001 From: boasting-squirrel Date: Tue, 12 Mar 2019 00:25:56 +0100 Subject: Started to add helpful messages for errors which could occur during archiving --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3