Skip to content

Commit

Permalink
crypto: add a note about libolm only being used in tests
Browse files Browse the repository at this point in the history
It seems that the fact that matrix-rust-sdk contains `olm-rs` in its
`Cargo.lock` sparked panic, so let's attempt to fend off future concerns by
adding a comment.
  • Loading branch information
richvdh committed Aug 20, 2024
1 parent bbefad3 commit 651b614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/matrix-sdk-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ futures-executor = { workspace = true }
http = { workspace = true }
indoc = "2.0.1"
matrix-sdk-test = { workspace = true }

# libolm is deprecated. We use it only in tests, to ensure that our
# implementation of `PkEncryption` is compatible with that in libolm.
olm-rs = { version = "2.2.0", features = ["serde"] }

proptest = { version = "1.0.0", default-features = false, features = ["std"] }
similar-asserts = "1.5.0"
# required for async_test macro
Expand Down

0 comments on commit 651b614

Please sign in to comment.