summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-11-11 01:25:10 -0500
committertylermurphy534 <tylermurphy534@gmail.com>2022-11-11 01:25:10 -0500
commit58208a126858d14e4d4bf4707e298919d234bc22 (patch)
treee3117bfb29af80a4065c1d5856fdd25ddf9b8177 /Cargo.toml
parentadd doc string for elevate_privlages (diff)
downloadcrab-58208a126858d14e4d4bf4707e298919d234bc22.tar.gz
crab-58208a126858d14e4d4bf4707e298919d234bc22.tar.bz2
crab-58208a126858d14e4d4bf4707e298919d234bc22.zip
update config format
Diffstat (limited to '')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0408f28..e9b9a13 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,10 @@
[package]
name = "crab"
-version = "0.0.5"
+version = "0.0.6"
edition = "2021"
[dependencies]
pam = "0.7.0"
-pwd = "1.4.0"
nix = "0.25.0"
exec = "0.3.1"
rpassword = "7.1.0"