[dependencies.sysinfo]
default-features = false
features = ["system"]
version = "0.34"
[[example]]
name = "single"
path = "examples/single.rs"
[lib]
name = "wait_parent"
path = "src/lib.rs"
[package]
authors = ["Chaoses-Ib"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Wait for the parent process to exit"
edition = "2021"
homepage = "https://github.com/Chaoses-Ib/IbProcessGuard"
keywords = ["process", "wait", "parent"]
license = "MIT"
name = "wait-parent"
readme = false
repository = "https://github.com/Chaoses-Ib/IbProcessGuard"
version = "0.1.0"