diff options
author | Teddy Wing | 2018-04-14 23:57:39 +0200 |
---|---|---|
committer | Teddy Wing | 2018-04-14 23:57:39 +0200 |
commit | e1dbf0ad02178f265f50ea9aa7e460cfcf88c406 (patch) | |
tree | a15d01905b56d4edd39419572e7a5e17b4f63f46 /Cargo.lock | |
parent | 1a8daa43fcc7782cfd48835094b3c27451227022 (diff) | |
download | meetup-find-events-rss-e1dbf0ad02178f265f50ea9aa7e460cfcf88c406.tar.bz2 |
meetup: Add 'error-chain' crate
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)", |