diff options
| author | mo8it <mo8it@proton.me> | 2024-09-05 02:11:19 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-09-05 02:11:19 +0200 |
| commit | 2d0860fe1bd0aef512313617d8a26e9f118d2cd2 (patch) | |
| tree | e9ae5554f85dadf588c2566009fd3f275f47d366 /Cargo.toml | |
| parent | 17877366b7d563077c1457d42cd500b5c2eefc7c (diff) | |
Hide input and disable its line buffering
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
