mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
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-native = ["tokio-xmpp/starttls", "tokio-xmpp/tls-native", "reqwest/native-tls"]
|
||||||
starttls-rust = ["tokio-xmpp/starttls", "tokio-xmpp/tls-rust", "reqwest/rustls-tls"]
|
starttls-rust = ["tokio-xmpp/starttls", "tokio-xmpp/tls-rust", "reqwest/rustls-tls"]
|
||||||
avatars = []
|
avatars = []
|
||||||
|
syntax-highlighting = [ "tokio-xmpp/syntax-highlighting" ]
|
||||||
|
|
Loading…
Reference in a new issue