aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-04-21 16:22:04 -0400
committerJesse Luehrs <doy@tozt.net>2024-04-21 16:22:04 -0400
commitd302c37a4b9fc85c360f71f70b74cf4ed86e5200 (patch)
tree4ba74d04c06369b318b3fb9c4b88df102c44d9e6 /Cargo.toml
parentde72cbc7b15d3f7aa230eee0bd03ed1320279f2a (diff)
downloadrbw-d302c37a4b9fc85c360f71f70b74cf4ed86e5200.tar.gz
rbw-d302c37a4b9fc85c360f71f70b74cf4ed86e5200.zip
switch from nix to rustix
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 9b6dbbe..697583f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,6 @@ hmac = { version = "0.12.1", features = ["std"] }
humantime = "2.1.0"
libc = "0.2.153"
log = "0.4.21"
-nix = { version = "0.28", features = ["process", "signal", "term", "user"] }
pbkdf2 = "0.12.2"
percent-encoding = "2.3.1"
pkcs8 = "0.10.2"
@@ -66,6 +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"] }
[package.metadata.deb]
depends = "pinentry"