aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-04-21 17:16:14 -0400
committerJesse Luehrs <doy@tozt.net>2024-04-21 17:16:14 -0400
commitcf946a503fd71b938ee3e4a69c92dd4a034b441a (patch)
tree87986cad1eaec72a647031c18d8740ad9ad55b86 /Cargo.toml
parentd302c37a4b9fc85c360f71f70b74cf4ed86e5200 (diff)
downloadrbw-cf946a503fd71b938ee3e4a69c92dd4a034b441a.tar.gz
rbw-cf946a503fd71b938ee3e4a69c92dd4a034b441a.zip
need the process feature on macos
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 697583f..8aadc99 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"] }
+rustix = { version = "0.38.33", features = ["termios", "procfs", "process"] }
[package.metadata.deb]
depends = "pinentry"