fix(zone-exec): ensure that the underlying process is killed when rpc is closed (#361)

This commit is contained in:
Alex Zenla
2024-08-25 00:07:37 -07:00
committed by GitHub
parent 41aa1aa707
commit 96ccbd50bb
6 changed files with 49 additions and 10 deletions

View File

@ -29,6 +29,7 @@ serde_json = { workspace = true }
sys-mount = { workspace = true }
sysinfo = { workspace = true }
tokio = { workspace = true }
tokio-util = { workspace = true }
[lib]
name = "kratazone"