diff options
author | Oxore <oxore@protonmail.com> | 2023-07-30 22:11:07 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-07-30 23:01:46 +0300 |
commit | c665b7dc509e9da5c21c1cedfbb6136b20b61e21 (patch) | |
tree | b89118596d5f66116a8b9bdd22a82e1b9f84ad0d /Cargo.toml | |
parent | 0ee91f6d77571260580c6e37153a847fac8fb72f (diff) |
Impl falling figures and line killing
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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"] } |