wip: waiter

This commit is contained in:
2023-11-21 13:19:04 +11:00
parent 97ab962ae2
commit 14066e19b6
8 changed files with 83 additions and 35 deletions

View File

@@ -6,4 +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"]}
tokio = { version = "1.34.0", features = ["full"] }