refactor(error): remove thiserror, implement Error manually
Manual Display and Error trait implementations replace derive macro. Preserves source() chaining for all io::Error and tera::Error variants. One less dependency, same behavior.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1607,7 +1607,6 @@ dependencies = [
|
||||
"serde",
|
||||
"tempfile",
|
||||
"tera",
|
||||
"thiserror 2.0.18",
|
||||
"toml 0.8.23",
|
||||
"tree-house",
|
||||
"tree-house-bindings",
|
||||
|
||||
Reference in New Issue
Block a user