From e6a3feb286ed68876a7c9fd9162266f741ca1a32 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 23 Feb 2021 01:22:49 -0500 Subject: add async implementations of the pty itself --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6357d07..f6fd441 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ thiserror = "1.0" async-io = { version = "1.3", optional = true } async-process = { version = "1.0", optional = true } -tokio = { version = "1.2", optional = true, features = ["process"] } +tokio = { version = "1.2", optional = true, features = ["fs", "process"] } [features] default = ["std"] -- cgit v1.2.3-54-g00ecf