aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.rs')
-rw-r--r--src/command.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/command.rs b/src/command.rs
index ba7d764..ca7e4e3 100644
--- a/src/command.rs
+++ b/src/command.rs
@@ -4,6 +4,11 @@ use ::std::os::unix::io::AsRawFd as _;
mod std;
+#[cfg(feature = "async-process")]
+mod async_process;
+#[cfg(feature = "tokio")]
+mod tokio;
+
pub trait Command<T> {
fn spawn_pty(
&mut self,