Skip to content

Commit

Permalink
Issue TBD54566975#94: Try to install openssl via cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Jul 28, 2024
1 parent d9bf560 commit b48df10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ setup:
rustup default 1.78.0
rustup target add aarch64-apple-darwin
fi
cargo add openssl

# Build a release variant
build: setup
Expand Down
3 changes: 2 additions & 1 deletion crates/tbdex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ thiserror = { workspace = true }
type-safe-id = { version = "0.3.0", features = ["serde"] }
uuid = "1.9.0"
web5 = { workspace = true }
openssl = "0.10.66"

[build-dependencies]
reqwest = { version = "0.12.5", features = ["blocking"] }
reqwest = { version = "0.12.5", features = ["blocking"] }

0 comments on commit b48df10

Please sign in to comment.