diff options
author | 2025-02-25 19:11:25 +0000 | |
---|---|---|
committer | 2025-02-25 19:11:25 +0000 | |
commit | 4fe4ab9d838ff967395ebaf79145163d28e7db74 (patch) | |
tree | 79f454f9e64c52a05d3173598f5e549e42c589f9 /stanza/Cargo.toml | |
parent | 3c412ea6b05fbc0c399cf95e1658bfd50492e722 (diff) | |
download | luz-4fe4ab9d838ff967395ebaf79145163d28e7db74.tar.gz luz-4fe4ab9d838ff967395ebaf79145163d28e7db74.tar.bz2 luz-4fe4ab9d838ff967395ebaf79145163d28e7db74.zip |
implement Error for stanza crate error types
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" |