summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2020-05-18 10:54:49 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2020-05-18 10:55:08 -0400
commitebb69ed108bbb530e16806974291cd3ce265e990 (patch)
tree5a76934bffcd9696cc2d481138233f9aaca06f52 /Cargo.toml
parent668606d9a584e6a55ba698ee5f6fb4892cf02a37 (diff)
Refactor error reporting with `anyhow`.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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]