diff options
author | 2025-02-25 20:31:10 +0000 | |
---|---|---|
committer | 2025-02-25 20:31:10 +0000 | |
commit | d30131e0fcf7d64a333493bc430baa02fd156f4d (patch) | |
tree | 33b9e40430a0c1e451b67be5d7572b651d3821ac /jabber/Cargo.toml | |
parent | 53ea2951ae49d1617a6a7de760d391fe0ea2b7a9 (diff) | |
download | luz-d30131e0fcf7d64a333493bc430baa02fd156f4d.tar.gz luz-d30131e0fcf7d64a333493bc430baa02fd156f4d.tar.bz2 luz-d30131e0fcf7d64a333493bc430baa02fd156f4d.zip |
implement Error for jabber crate error types
Diffstat (limited to 'jabber/Cargo.toml')
-rw-r--r-- | jabber/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jabber/Cargo.toml b/jabber/Cargo.toml index d070838..b6093cf 100644 --- a/jabber/Cargo.toml +++ b/jabber/Cargo.toml @@ -30,6 +30,7 @@ futures = "0.3.31" take_mut = "0.2.2" pin-project-lite = "0.2.15" pin-project = "1.1.7" +thiserror = "2.0.11" [dev-dependencies] test-log = { version = "0.2", features = ["trace"] } |