use thiserror in tokio-xmpp and minidom

This commit is contained in:
lemonsh 2025-10-12 00:31:48 +02:00
commit de564a53b0
No known key found for this signature in database
4 changed files with 53 additions and 186 deletions

View file

@ -22,6 +22,7 @@ gitlab = { repository = "xmpp-rs/xmpp-rs" }
[dependencies]
rxml = { version = "0.13.1", default-features = false, features = ["compact_str"] }
thiserror = "2.0"
[features]
default = [ "std" ]