summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-07-30 22:11:07 +0300
committerOxore <oxore@protonmail.com>2023-07-30 23:01:46 +0300
commitc665b7dc509e9da5c21c1cedfbb6136b20b61e21 (patch)
treeb89118596d5f66116a8b9bdd22a82e1b9f84ad0d /Cargo.toml
parent0ee91f6d77571260580c6e37153a847fac8fb72f (diff)
Impl falling figures and line killing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 624495f..11fd4dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-rand = "0.8.5"
-termios = "0.3.3"
-nonblock = "0.2.0"
+rand = "~0.8.5"
+termios = "~0.3.3"
+nonblock = "~0.2.0"
+nix = { version = "~0.26.2", features = ["time"] }