mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-01 13:43:26 +02:00
🚀 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:
@@ -23,3 +23,4 @@ tracing-subscriber = { version = "0.3.16", features = [
|
||||
"tracing-log",
|
||||
"tracing",
|
||||
] }
|
||||
thiserror = "1.0.40"
|
||||
|
Reference in New Issue
Block a user