Fix error handling and add nixos test

This commit is contained in:
Tim Schubert 2024-12-29 13:38:29 +01:00
parent c06b3a7142
commit e35b14a92b
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
8 changed files with 414 additions and 20 deletions

View file

@ -9,3 +9,5 @@ crate-type = ["cdylib"]
[dependencies]
pam-bindings = { version = "0.1.1" }
log = "0"
syslog = "7.0.0"