feature(exec): implement tty support (fixes #335)

This commit is contained in:
Alex Zenla
2024-08-14 12:37:32 -07:00
parent 87530edf70
commit 6a5fbe479b
13 changed files with 350 additions and 166 deletions

View File

@ -22,6 +22,7 @@ nix = { workspace = true, features = ["ioctl", "process", "fs"] }
oci-spec = { workspace = true }
path-absolutize = { workspace = true }
platform-info = { workspace = true }
pty-process = { workspace = true, features = ["async"] }
rtnetlink = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }