🚀 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:
2023-04-30 11:41:12 +02:00
parent b72920e235
commit 66ab2f552c

View File

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