summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 48617e02f3d92ee18513a6ea81b36015bcdd5404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "pam_usercg"
version = "0.1.0"
edition = "2021"

[lib]
name = "pam_usercg"
crate-type = ["cdylib"]

[dependencies]
libc = "0.2.139"
openat = { path = "openat" }
pam-bindings = "0.1.1"
users = "0.11.0"