Skip to content

Commit

Permalink
feat: Allow feature passthrough in simple-server
Browse files Browse the repository at this point in the history
to spawn the sample with opcua/test-vendored-openssl if intended.
Without this invocation of the sample will fail on hosts without OpenSSL installed.
  • Loading branch information
AiyionPrime committed Jul 31, 2024
1 parent cf2d1bd commit 35d328d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/simple-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ log = "0.4"
path = "../../lib"
version = "0.13.0" # OPCUARustVersion
features = ["server", "console-logging"]

[features]
default = []
test-vendored-openssl = ["opcua/test-vendored-openssl"]

0 comments on commit 35d328d

Please sign in to comment.