mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 06:01:32 +00:00
WIP: feat(zone): drop Command in favour of posix_spawn
This change introduces custom process spawning logic around libc::posix_spawn/p, as well as a custom set of stdio wrappers using the Tokio AsyncRead/AsyncWrite traits. Currently this change is broken, stdio seeming to hang.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1594,6 +1594,7 @@ dependencies = [
|
||||
"nix 0.29.0",
|
||||
"oci-spec",
|
||||
"path-absolutize",
|
||||
"pin-project-lite",
|
||||
"platform-info",
|
||||
"rtnetlink",
|
||||
"serde",
|
||||
|
Reference in New Issue
Block a user