From fdc1abe7cc6e2552c30df6c124aca711b130d496 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 8 Apr 2018 19:21:56 +0200 Subject: feat(errors): Introduce error module with custom error type Introduces an error type using the failure crate. This type has foreign error links established to various errors that can occur within Converse. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 76dccad89b00..9bcfafac4f14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,3 +15,4 @@ futures = "*" tera = "0.11" serde = "1.0" serde_derive = "1.0" +failure = "*" -- cgit 1.4.1