Use error_chain

This commit is contained in:
Dustin J. Mitchell 2018-11-11 21:09:49 -05:00
parent f9d950e621
commit 1272acb893
7 changed files with 169 additions and 73 deletions

View file

@ -9,3 +9,4 @@ authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
#indicatif = "0.9.0"
uuid = "0.7"
chrono = "0.4"
error-chain = "0.12.0"