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:
@@ -8,7 +8,6 @@ version = "0.1.0"
|
||||
[dependencies]
|
||||
gray_matter = "0.2"
|
||||
pulldown-cmark = "0.12"
|
||||
thiserror = "2"
|
||||
walkdir = "2"
|
||||
|
||||
# Syntax highlighting
|
||||
|
||||
Reference in New Issue
Block a user