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

@ -23,6 +23,7 @@ rxml = { version = "0.13.1", features = ["compact_str"] }
rand = "0.9"
syntect = { version = "5", optional = true }
pin-project-lite = { version = "0.2" }
thiserror = "2.0"
# same repository dependencies
sasl = { version = "0.5", path = "../sasl" }
xmpp-parsers = { version = "0.21", path = "../parsers", features = [ "log" ] }