Skip to content

Commit

Permalink
add the feature to the cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Jul 20, 2024
1 parent 041db01 commit ec80652
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xmtp_mls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ec80652

Please sign in to comment.