From c665b7dc509e9da5c21c1cedfbb6136b20b61e21 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 30 Jul 2023 22:11:07 +0300 Subject: Impl falling figures and line killing --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3