diff --git a/xmtp_mls/Cargo.toml b/xmtp_mls/Cargo.toml index 18a9d1198..7924000ff 100644 --- a/xmtp_mls/Cargo.toml +++ b/xmtp_mls/Cargo.toml @@ -14,6 +14,8 @@ grpc = ["xmtp_proto/grpc"] native = ["libsqlite3-sys/bundled-sqlcipher-vendored-openssl"] test-utils = ["xmtp_api_grpc"] bench = ["test-utils", "indicatif", "tracing-subscriber", "anyhow", "tracing-flame", "once_cell"] +sqlcipher = ["native", "libsqlite3-sys/bundled-sqlcipher"] +sqlcipher-vendored = ["sqlcipher", "libsqlite3-sys/bundled-sqlcipher-vendored-openssl"] [dependencies] aes = "0.8.4"