From 66ab2f552cf397f310a65f604e0b75f241165ea4 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 30 Apr 2023 11:41:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20chore(Cargo.toml):=20add=20thise?= =?UTF-8?q?rror=20crate=20to=20dependencies=20The=20thiserror=20crate=20ha?= =?UTF-8?q?s=20been=20added=20to=20the=20dependencies=20in=20the=20Cargo.t?= =?UTF-8?q?oml=20file.=20This=20crate=20is=20used=20to=20derive=20custom?= =?UTF-8?q?=20error=20types=20with=20automatic=20source=20location.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8355166..379cb6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,3 +23,4 @@ tracing-subscriber = { version = "0.3.16", features = [ "tracing-log", "tracing", ] } +thiserror = "1.0.40"