Skip to content

Commit

Permalink
Fix: Add openssl crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schardt authored and Robert Schardt committed Oct 4, 2024
1 parent e3a597f commit 2d11ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ libssh-rs = {version = "~0.2", features = ["vendored-openssl", "vendored"], opti

nasl-function-proc-macro = { path = "crates/nasl-function-proc-macro" }
nasl-c-lib = { path = "crates/nasl-c-lib", optional = true }
openssl = "0.10.66"

[workspace]
resolver = "2"
Expand Down

0 comments on commit 2d11ce2

Please sign in to comment.