Skip to content

Commit

Permalink
fix: 🐛 try to implement openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuygui committed Jul 27, 2023
1 parent 7cb04d3 commit 39434dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions projects/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ serde_json = { version = "1.0.96" }
requestty = { version = "0.5.0" }
thiserror = { version = "1" }
time = { version = "0.3", features = ["serde", "serde-well-known"] }
openssl = { version = "0.10", features = ["vendored"] }

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 39434dd

Please sign in to comment.