summaryrefslogtreecommitdiff
path: root/wpa-psk-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'wpa-psk-cli/Cargo.toml')
-rw-r--r--wpa-psk-cli/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/wpa-psk-cli/Cargo.toml b/wpa-psk-cli/Cargo.toml
index 07ebdd1..52a0a1e 100644
--- a/wpa-psk-cli/Cargo.toml
+++ b/wpa-psk-cli/Cargo.toml
@@ -15,5 +15,8 @@ publish = true
clap = { version = "4.1.8", features = ["derive", "wrap_help"] }
wpa-psk = { path = "../wpa-psk", version = "0.2.1" }
+[target.'cfg(target_os = "openbsd")'.dependencies]
+pledge = "0.4.2"
+
[dev-dependencies]
assert_cmd = "2.0.8"
Generated by cgit. See skreutz.com for my tech blog and contact information.