From f8780ca1e76286688b74d8a6c64d5fadf3cfd2a1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 28 Dec 2021 03:33:52 -0500 Subject: wip --- src/tokio.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/tokio.rs') diff --git a/src/tokio.rs b/src/tokio.rs index b0ad53c..e2efa56 100644 --- a/src/tokio.rs +++ b/src/tokio.rs @@ -1 +1,5 @@ -pub type Child = crate::Child; +type Pt = crate::pty::tokio::AsyncPty; + +pub type Command = crate::Command; +pub type Child = crate::Child; +pub type Pty = crate::Pty; -- cgit v1.2.3-54-g00ecf