summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"