From fbc4db18ecea9755199b945368c02f32c0481c95 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 9 Nov 2021 21:23:19 -0500 Subject: basic command running and display --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index facee8c..adb439d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,12 @@ edition = "2021" [dependencies] anyhow = "1.0.45" +async-process = "1.2.0" async-std = "1.10.0" futures = "0.3.17" +libc = "0.2.107" +pty-process = { version = "0.1.0", features = ["backend-async-std"] } +textmode = { version = "0.1.0", features = ["async"] } +vt100 = "0.12.0" + +[features] -- cgit v1.2.3