summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"] }