jid: Add serde support behind feature
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
df47130823
commit
36aaa3e681
5 changed files with 12 additions and 0 deletions
|
|
@ -20,3 +20,4 @@ gitlab = { repository = "xmpp-rs/xmpp-rs" }
|
|||
|
||||
[dependencies]
|
||||
minidom = { version = "0.12", optional = true }
|
||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue