wip: starter and reaper works

This commit is contained in:
2023-11-21 18:18:26 +11:00
parent 6ba6bc6cda
commit ce9df6364f
4 changed files with 93 additions and 11 deletions

View File

@@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nix = {version = "0.27.1", features = ["process"]}
nix = {version = "0.27.1", features = ["process", "signal"]}
tokio = { version = "1.34.0", features = ["full"] }