mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-21 15:12:08 +01: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:
parent
b72920e235
commit
66ab2f552c
@ -23,3 +23,4 @@ tracing-subscriber = { version = "0.3.16", features = [
|
||||
"tracing-log",
|
||||
"tracing",
|
||||
] }
|
||||
thiserror = "1.0.40"
|
||||
|
Loading…
Reference in New Issue
Block a user