Skip to content

Commit

Permalink
Add the openssl crate back
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirch committed Sep 3, 2023
1 parent 0d9a2a1 commit a44345e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.toml
Expand Up @@ -18,6 +18,8 @@ path = "src/finish_payment.rs"


[dependencies]
# for cross compiling
openssl = { version = "0.10", features = ["vendored"] }
# for the async runtime
tokio = { version = "1", features = ["full"] }
# for json (de)serialization
Expand Down
1 change: 0 additions & 1 deletion scripts/build.py
Expand Up @@ -4,7 +4,6 @@
import sys

commands = [
"sudo apt-get install pkg-config libssl-dev openssl-dev musl-dev",
"pip3 install cargo-lambda",
"cargo lambda build --release --arm64 --output-format zip"
]
Expand Down

0 comments on commit a44345e

Please sign in to comment.