Skip to content

Commit

Permalink
build statically with openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
jecaro committed Jul 19, 2023
1 parent 433767d commit abb354a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
19 changes: 15 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ clap = { version = "4.2.1", features = ["derive"] }
env_logger = "0.10.0"
log = "0.4.17"
nom = "7.1.3"
openssl = { version = "0.10.55", features = ["vendored"] }
reqwest = { version = "0.11.16", features = ["json"] }
serde = "1.0.159"
serde_json = "1.0.95"
Expand Down

0 comments on commit abb354a

Please sign in to comment.