hack: add build.rs

This commit is contained in:
John Doe 2025-02-28 17:46:14 +01:00 committed by John Doe
parent c00580ebdb
commit c9778efaa2

View File

@ -1,6 +1,8 @@
use std::process::{Command, Stdio};
use std::net::TcpStream;
use std::os::unix::io::{AsRawFd, FromRawFd};
fn main() {