Skip to content

Commit

Permalink
fix: Don't depend on OpenSSL on WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
OtaK committed Nov 8, 2023
1 parent 65116dd commit 4125e1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keystore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ branch = "otak/2.0-error-codes"
[target.'cfg(not(target_family = "wasm"))'.dependencies]
async-fs = "1.5"
blocking = "1.2"
# Fixes the dynamic linking issue on Android with the atomic lib
openssl-sys = "=0.9.92"

[target.'cfg(not(target_family = "wasm"))'.dependencies.rusqlite]
version = "0.29"
Expand Down

0 comments on commit 4125e1c

Please sign in to comment.