wait-parent 0.1.1

Wait for the parent process to exit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "wait-parent"
version = "0.1.1"
edition = "2021"
description = "Wait for the parent process to exit"
keywords = ["process", "wait", "parent"]
homepage = "https://github.com/Chaoses-Ib/IbProcessGuard"
repository = "https://github.com/Chaoses-Ib/IbProcessGuard"
authors = ["Chaoses-Ib"]
license = "MIT"

[features]
debug = ["sysinfo/debug"]

[dependencies]
sysinfo = { version = "0.34", default-features = false, features = ["system"]}