From 0ee91f6d77571260580c6e37153a847fac8fb72f Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 30 Jul 2023 19:41:13 +0300 Subject: Impl event loop using nonblock read and sleep --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3be4420..624495f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,4 @@ edition = "2021" [dependencies] rand = "0.8.5" termios = "0.3.3" +nonblock = "0.2.0" -- cgit v1.2.3