summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-03-05 16:36:00 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-03-09 11:52:38 +0100
commit0a64f6eaa56a9762810b282f4073db3a2fe2fe7d (patch)
treecebe1d6afbb092322f378e22d4a197e7974e2483 /core/Cargo.toml
parent247c0afa9af65d5ba357f77feac2229b3db5983e (diff)
core: Define core::Error using thiserror.
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 71a40247..d6a95c53 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -24,3 +24,4 @@ maintenance = { status = "actively-developed" }
dirs = "2.0"
failure = "0.1.2"
tempfile = "3.1"
+thiserror = "1"