Add syntax-hightlighting feature for xmpp crate

This commit is contained in:
xmppftw 2024-06-04 19:36:56 +02:00
parent cde6450b78
commit aee4c79110

View file

@ -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" ]