diff options
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"] } |