summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-09-05 02:11:19 +0200
committermo8it <mo8it@proton.me>2024-09-05 02:11:19 +0200
commit2d0860fe1bd0aef512313617d8a26e9f118d2cd2 (patch)
treee9ae5554f85dadf588c2566009fd3f275f47d366 /Cargo.toml
parent17877366b7d563077c1457d42cd500b5c2eefc7c (diff)
Hide input and disable its line buffering
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 15e2d1c..da4fc4d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,6 +57,9 @@ serde_json = "1.0.128"
serde.workspace = true
toml_edit.workspace = true
+[target.'cfg(not(windows))'.dependencies]
+rustix = { version = "0.38.35", default-features = false, features = ["std", "stdio", "termios"] }
+
[dev-dependencies]
tempfile = "3.12.0"