about summary refs log tree commit diff
path: root/corgi/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'corgi/src/main.rs')
-rw-r--r--corgi/src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/corgi/src/main.rs b/corgi/src/main.rs
index 6a3c528..9581f9f 100644
--- a/corgi/src/main.rs
+++ b/corgi/src/main.rs
@@ -2,7 +2,6 @@ use std::{
 	net::{IpAddr, SocketAddr},
 	path::PathBuf,
 	pin::Pin,
-	process::Stdio,
 	sync::Arc,
 	time::Instant,
 };
@@ -20,7 +19,7 @@ use hyper::{
 use hyper_util::rt::TokioIo;
 use regex_lite::Regex;
 use stats::Stats;
-use tokio::{io::AsyncWriteExt, net::TcpListener, process::Command, runtime::Runtime};
+use tokio::{net::TcpListener, runtime::Runtime};
 
 mod caller;
 mod stats;