Skip to content

Commit

Permalink
ci: add openssl as deps in cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Dijoux committed Nov 5, 2024
1 parent ebf9437 commit 054ea37
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
43 changes: 43 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ tracing-subscriber = { version = "0.3", features = ["json", "env-filter"] }
url = { version = "2.5", features = ["serde"] }
uuid = "1.7"
which = "6.0"
openssl = { version = "0.10.68", features = ["vendored"], optional = true }
openssl-probe = { version = "0.1.5", optional = true }
git2 = { version = "0.19.0" , features = ["vendored-openssl"] }

[build-dependencies]
Expand Down

0 comments on commit 054ea37

Please sign in to comment.