🚀 chore(Cargo.toml): add thiserror crate to dependencies

The thiserror crate has been added to the dependencies in the Cargo.toml file. This crate is used to derive custom error types with automatic source location.
This commit is contained in:
Kasper Juul Hermansen 2023-04-30 11:41:12 +02:00
parent b72920e235
commit 66ab2f552c
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -23,3 +23,4 @@ tracing-subscriber = { version = "0.3.16", features = [
"tracing-log", "tracing-log",
"tracing", "tracing",
] } ] }
thiserror = "1.0.40"