From f8780ca1e76286688b74d8a6c64d5fadf3cfd2a1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 28 Dec 2021 03:33:52 -0500 Subject: wip --- src/smol.rs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/smol.rs') diff --git a/src/smol.rs b/src/smol.rs index 2a66647..8d0e877 100644 --- a/src/smol.rs +++ b/src/smol.rs @@ -1,2 +1,5 @@ -pub type Child = - crate::Child; +type Pt = async_io::Async; + +pub type Command = crate::Command; +pub type Child = crate::Child; +pub type Pty = crate::Pty; -- cgit v1.2.3-54-g00ecf