Add syntax-hightlighting feature for xmpp crate
This commit is contained in:
parent
cde6450b78
commit
aee4c79110
1 changed files with 1 additions and 0 deletions
|
@ -35,3 +35,4 @@ default = ["avatars", "starttls-rust"]
|
|||
starttls-native = ["tokio-xmpp/starttls", "tokio-xmpp/tls-native", "reqwest/native-tls"]
|
||||
starttls-rust = ["tokio-xmpp/starttls", "tokio-xmpp/tls-rust", "reqwest/rustls-tls"]
|
||||
avatars = []
|
||||
syntax-highlighting = [ "tokio-xmpp/syntax-highlighting" ]
|
||||
|
|
Loading…
Reference in a new issue