matrix-sdk: Fix the feature flags.
parent
1e8ab74058
commit
e57ae2c4ef
|
@ -12,9 +12,9 @@ version = "0.1.0"
|
|||
|
||||
[features]
|
||||
default = ["encryption", "sqlite-cryptostore"]
|
||||
messages = []
|
||||
encryption = ["matrix-sdk-crypto"]
|
||||
sqlite-cryptostore = ["matrix-sdk-crypto/sqlite-cryptostore"]
|
||||
messages = ["matrix-sdk-base/messages"]
|
||||
encryption = ["matrix-sdk-base/encryption"]
|
||||
sqlite-cryptostore = ["matrix-sdk-base/sqlite-cryptostore"]
|
||||
|
||||
[dependencies]
|
||||
dirs = "2.0.2"
|
||||
|
|
Loading…
Reference in New Issue