aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-04-21 17:21:15 -0400
committerJesse Luehrs <doy@tozt.net>2024-04-21 17:21:15 -0400
commitdf5c9f1d2c869925cbfdddc8176f7d000e27a237 (patch)
tree46a9fc0ce10c48da783277df9e64195b2305f659
parentcf946a503fd71b938ee3e4a69c92dd4a034b441a (diff)
downloadrbw-main.tar.gz
rbw-main.zip
also pipeHEADmain
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8aadc99..aa45518 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -65,7 +65,7 @@ rmpv = "1.0.2"
tokio-tungstenite = { version = "0.21", features = ["rustls-tls-native-roots"] }
is-terminal = "0.4.12"
regex = "1.10.4"
-rustix = { version = "0.38.33", features = ["termios", "procfs", "process"] }
+rustix = { version = "0.38.33", features = ["termios", "procfs", "process", "pipe"] }
[package.metadata.deb]
depends = "pinentry"