summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-12-21 22:26:47 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-12-21 22:26:47 +0100
commit8ffd1a56bd77069cb14e9b41f582fded7549486e (patch)
tree98341b8c128c77251963362c6441f1ddd8988cbe /Cargo.toml
parent02ca0a89515413ac9fb3b655de2f21f6a711e0f2 (diff)
WIP: Move codebase to use thiserrorthiserror
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 3736ba9..3160ed9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,6 +32,7 @@ async-native-tls = { version = "0.3.3", optional = true }
smol = { version = "1.2.2", optional = true }
http-types = { version = "2.5.0", optional = true }
async-mutex = { version = "1.4.0", optional = true }
+thiserror = "1"
[dependencies.chrono]
version = "0.4"