From 24dcf5d5bd0beac3d4785a618c8f9c86840031d1 Mon Sep 17 00:00:00 2001 From: taitep Date: Sun, 21 Dec 2025 21:25:29 +0100 Subject: Improve UART by using nonblocking stdin --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 003b0b5..c4c3ece 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ edition = "2024" [dependencies] anyhow = "1.0.100" memmap2 = "0.9.8" +nix = { version = "0.30.1", features = ["fs"] } -- cgit v1.2.3