Add cfg flag to bin .rs files

This commit is contained in:
Prabhpreet Dua
2024-06-13 17:19:57 +05:30
parent c4314c0eff
commit a75d7a53e0
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#![cfg(target_os = "linux")]
use std::process::Stdio;
use tokio::io::{AsyncReadExt, AsyncWriteExt};