summaryrefslogtreecommitdiff
path: root/wpa-psk-cli/Cargo.toml
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2023-05-14 10:09:06 +0200
committerStefan Kreutz <mail@skreutz.com>2023-05-14 10:11:35 +0200
commit30354abe257e956c8ea43e5146fc40c1a3612749 (patch)
treefa40d88934b43fbed8aef88b01524806a59fe510 /wpa-psk-cli/Cargo.toml
parent2042a8b45c53e8f66b34cff5f7dcfd36299f925a (diff)
downloadwpa-psk-30354abe257e956c8ea43e5146fc40c1a3612749.tar
Pledge stdio on OpenBSD
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.