summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2023-01-29 17:26:42 +0000
committerTomasz Kramkowski <tomasz@kramkow.ski>2023-01-29 17:26:42 +0000
commit7365f0c5758954ea29b3e34648baca4b9876e624 (patch)
treedaaade7385778a638ac4262ad49f05029ba47fd3 /Cargo.toml
parentdca986f599e1abe4270a06efaf91759a926f2424 (diff)
downloadpam_usercg_rust-7365f0c5758954ea29b3e34648baca4b9876e624.tar.gz
pam_usercg_rust-7365f0c5758954ea29b3e34648baca4b9876e624.tar.xz
pam_usercg_rust-7365f0c5758954ea29b3e34648baca4b9876e624.zip
Remove dependency on pam-bindings
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9b5594d..060453e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,4 +14,3 @@ crate-type = ["cdylib"]
[dependencies]
cap-std = "1.0.4"
libc = "0.2.139"
-pam-bindings = "0.1.1"