use thiserror in tokio-xmpp and minidom
This commit is contained in:
parent
83635e6077
commit
de564a53b0
4 changed files with 53 additions and 186 deletions
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue