feat: exec tty support

This commit is contained in:
Alex Zenla
2024-04-22 23:02:14 +00:00
parent 284ed8f17b
commit 2c9152d433
10 changed files with 286 additions and 106 deletions

View File

@ -91,6 +91,10 @@ features = ["derive"]
version = "0.13.1"
features = ["derive"]
[workspace.dependencies.pty-process]
version = "0.4.0"
features = ["async"]
[workspace.dependencies.reqwest]
version = "0.12.4"
default-features = false