build(deps): add thiserror

This commit is contained in:
electria 2026-06-18 18:52:49 -07:00
commit e0921b9c96
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
2 changed files with 57 additions and 0 deletions

View file

@ -5,3 +5,4 @@ edition = "2024"
[dependencies]
rug = "1.30.0"
thiserror = "2.0.18"