From e1dbf0ad02178f265f50ea9aa7e460cfcf88c406 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 14 Apr 2018 23:57:39 +0200 Subject: meetup: Add 'error-chain' crate --- Cargo.lock | 1 + meetup/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index e2abab0..341baea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,6 +389,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "meetup" version = "0.0.1" dependencies = [ + "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/meetup/Cargo.toml b/meetup/Cargo.toml index e412fc3..29c74f4 100644 --- a/meetup/Cargo.toml +++ b/meetup/Cargo.toml @@ -3,6 +3,7 @@ name = "meetup" version = "0.0.1" [dependencies] +error-chain = "0.11" reqwest = "0.8.5" serde = "1.0" serde_derive = "1.0" -- cgit v1.2.3