Skip to content

Commit

Permalink
Issue TBD54566975#94: Try to find openssl vi cargo.toml config
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Jul 28, 2024
1 parent 04a1106 commit 622976e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ default-members = [
]
resolver = "2"

[dependencies]
openssl = { version = "0.10.66", features = ["vendored"] }

[workspace.package]
homepage = "https://github.com/TBD54566975/tbdex-rs"
repository = "https://github.com/TBD54566975/tbdex-rs.git"
license-file = "LICENSE"

[workspace.dependencies]
serde = { version = "1.0.193", features = ["derive", "rc"] }
openssl = { version = "0.10.66", features = ["vendored"] }
serde_json = "1.0.108"
thiserror = "1.0.50"
web5 = { git = "https://github.com/TBD54566975/web5-rs", rev = "76adcba82bc2547f09cb70435b5528b7b64090bd" }

0 comments on commit 622976e

Please sign in to comment.