diff options
| author | Botahamec <botahamec@outlook.com> | 2021-12-21 22:36:49 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2021-12-21 22:36:49 -0500 |
| commit | dc08e7b94daaf33e06f2cfa2a146cac0d5901f27 (patch) | |
| tree | a01445a10a71e224f0929c79c74a6da1a252e2ac | |
| parent | dc339656ce9676e9a8f59128028025c43fe98071 (diff) | |
Add thiserror
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
