Add thiserror

This commit is contained in:
Andras Schmelczer 2025-12-06 11:42:36 +00:00
parent 0f74f14b35
commit e58370b2ca
2 changed files with 22 additions and 0 deletions

View file

@ -22,6 +22,7 @@ path = "examples/merge-file.rs"
[dependencies]
serde = { version = "1.0.219", optional = true, features = ["derive"] }
thiserror = "2.0.17"
wasm-bindgen = { version = "0.2.99", optional = true }