mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-12 10:00:50 -04:00
ui: Re-export TLS features
This commit is contained in:
committed by
Jonas Platte
parent
31e32c307f
commit
5fa2fff8e5
@@ -4,8 +4,13 @@ version = "0.6.0"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = ["e2e-encryption"]
|
||||
default = ["e2e-encryption", "native-tls"]
|
||||
|
||||
e2e-encryption = ["matrix-sdk/e2e-encryption"]
|
||||
|
||||
native-tls = ["matrix-sdk/native-tls"]
|
||||
rustls-tls = ["matrix-sdk/rustls-tls"]
|
||||
|
||||
experimental-sliding-sync = ["matrix-sdk/experimental-sliding-sync"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user