diff options
Diffstat (limited to 'stanza/Cargo.toml')
-rw-r--r-- | stanza/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stanza/Cargo.toml b/stanza/Cargo.toml index a1ba85f..cb498d8 100644 --- a/stanza/Cargo.toml +++ b/stanza/Cargo.toml @@ -6,3 +6,4 @@ edition = "2021" [dependencies] peanuts = { version = "0.1.0", path = "../../peanuts" } jid = { version = "0.1.0", path = "../jid" } +thiserror = "2.0.11" |