From d30131e0fcf7d64a333493bc430baa02fd156f4d Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 25 Feb 2025 20:31:10 +0000 Subject: implement Error for jabber crate error types --- jabber/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'jabber/Cargo.toml') 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"] } -- cgit