aboutsummaryrefslogtreecommitdiffstats
path: root/src/smol.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/smol.rs')
-rw-r--r--src/smol.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/smol.rs b/src/smol.rs
new file mode 100644
index 0000000..e91a18d
--- /dev/null
+++ b/src/smol.rs
@@ -0,0 +1,2 @@
+pub type Child =
+ crate::command::Child<async_process::Child, crate::pty::async_io::Pty>;