aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-02-25 19:11:25 +0000
committerLibravatar cel 🌸 <cel@bunny.garden>2025-02-25 19:11:25 +0000
commit4fe4ab9d838ff967395ebaf79145163d28e7db74 (patch)
tree79f454f9e64c52a05d3173598f5e549e42c589f9 /stanza/Cargo.toml
parent3c412ea6b05fbc0c399cf95e1658bfd50492e722 (diff)
downloadluz-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.toml1
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"