summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2021-12-21 22:36:49 -0500
committerBotahamec <botahamec@outlook.com>2021-12-21 22:36:49 -0500
commitdc08e7b94daaf33e06f2cfa2a146cac0d5901f27 (patch)
treea01445a10a71e224f0929c79c74a6da1a252e2ac
parentdc339656ce9676e9a8f59128028025c43fe98071 (diff)
Add thiserror
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4dabff2..e61f52c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,4 +7,5 @@ edition = "2021"
[dependencies]
derive_more = "0.99"
+thiserror = "1"
serde = { version = "1.0", optional = true, features = ["derive"] } \ No newline at end of file