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

This commit is contained in:
Alex Zenla
2024-08-24 23:51:48 -07:00
parent ec74bc8d2b
commit 53853a62b0
6 changed files with 49 additions and 10 deletions

View File

@ -85,6 +85,7 @@ sysinfo = "0.31.2"
termtree = "0.5.1"
thiserror = "1.0"
tokio-tun = "0.11.5"
tokio-util = "0.7.11"
toml = "0.8.19"
tonic-build = "0.12.1"
tower = "0.5.0"