Hide input and disable its line buffering

This commit is contained in:
mo8it
2024-09-05 02:11:19 +02:00
parent 17877366b7
commit 2d0860fe1b
4 changed files with 54 additions and 14 deletions
+3
View File
@@ -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"