wip: initial test

This commit is contained in:
2023-11-22 13:23:39 +11:00
parent ce9df6364f
commit 3cf595f08e
7 changed files with 130 additions and 30 deletions

View File

@@ -8,3 +8,4 @@ edition = "2021"
[dependencies]
nix = {version = "0.27.1", features = ["process", "signal"]}
tokio = { version = "1.34.0", features = ["full"] }
tokio-util = "0.7.10"