pledge 0.4.0

Rust binding to OpenBSD's pledge(2) interface
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "libc"
version = "0.2.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"

[[package]]
name = "pledge"
version = "0.4.0"
dependencies = [
 "libc",
]