matrix_sdk: add encryption
to qrcode
feature
This commit is contained in:
parent
44f6e7a0cf
commit
9b90175500
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ rustdoc-args = ["--cfg", "feature=\"docs\""]
|
|||
default = ["encryption", "qrcode", "sled_cryptostore", "sled_state_store", "require_auth_for_profile_requests", "native-tls"]
|
||||
|
||||
encryption = ["matrix-sdk-base/encryption"]
|
||||
qrcode = ["matrix-sdk-base/qrcode"]
|
||||
qrcode = ["encryption", "matrix-sdk-base/qrcode"]
|
||||
sled_state_store = ["matrix-sdk-base/sled_state_store"]
|
||||
sled_cryptostore = ["matrix-sdk-base/sled_cryptostore"]
|
||||
markdown = ["matrix-sdk-base/markdown"]
|
||||
|
|
Loading…
Reference in a new issue