Add serde feature for xmpp crate
This commit is contained in:
parent
aee4c79110
commit
034976748a
6 changed files with 9 additions and 0 deletions
|
|
@ -36,3 +36,5 @@ starttls-native = ["tokio-xmpp/starttls", "tokio-xmpp/tls-native", "reqwest/nati
|
|||
starttls-rust = ["tokio-xmpp/starttls", "tokio-xmpp/tls-rust", "reqwest/rustls-tls"]
|
||||
avatars = []
|
||||
syntax-highlighting = [ "tokio-xmpp/syntax-highlighting" ]
|
||||
# Enable serde support in jid crate
|
||||
serde = [ "tokio-xmpp/serde" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue