aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-05-09 16:04:06 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-05-09 16:04:06 +0200
commit76c84042120b97ee98af6a1c40ab86aca062408a (patch)
treee7e298a13c0b91a28aa1d939aae0408cae0a24dd /Cargo.toml
parenta19ae25a7d20d338243e2fef5a1fd45437701c2a (diff)
downloaddiplonat-76c84042120b97ee98af6a1c40ab86aca062408a.tar.gz
diplonat-76c84042120b97ee98af6a1c40ab86aca062408a.zip
Rewrite with anyhow
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7771e70..1164d5f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,3 +13,4 @@ log = "0.4"
pretty_env_logger = "0.4"
tokio = "0.2.11"
serde = "1.0.107"
+anyhow = "1.0.28"