From dc08e7b94daaf33e06f2cfa2a146cac0d5901f27 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Tue, 21 Dec 2021 22:36:49 -0500 Subject: Add thiserror --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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 -- cgit v1.2.3