diff options
author | Oxore <oxore@protonmail.com> | 2023-07-30 19:41:13 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-07-30 19:41:13 +0300 |
commit | 0ee91f6d77571260580c6e37153a847fac8fb72f (patch) | |
tree | 3a824c70b3d2cd4122082a18c8badd54b0dd9a78 /Cargo.toml | |
parent | b918f31663a0c74099fbbcc19310df12b8c744cd (diff) |
Impl event loop using nonblock read and sleep
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,3 +8,4 @@ edition = "2021" [dependencies] rand = "0.8.5" termios = "0.3.3" +nonblock = "0.2.0" |