From ebb69ed108bbb530e16806974291cd3ce265e990 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Mon, 18 May 2020 10:54:49 -0400 Subject: Refactor error reporting with `anyhow`. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 99c4e70..fac672e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,8 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +anyhow = "1.0.31" +base64 = "0.12.1" blake2 = "0.8" [dependencies.rusqlite] -- cgit v1.3