summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-07-30 19:41:13 +0300
committerOxore <oxore@protonmail.com>2023-07-30 19:41:13 +0300
commit0ee91f6d77571260580c6e37153a847fac8fb72f (patch)
tree3a824c70b3d2cd4122082a18c8badd54b0dd9a78 /Cargo.toml
parentb918f31663a0c74099fbbcc19310df12b8c744cd (diff)
Impl event loop using nonblock read and sleep
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"