Cargo.toml 265 Bytes
Newer Older
liming6's avatar
liming6 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "pam_rs"
version = "0.1.0"
edition = "2024"

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

[dependencies]
libc = "0.2.180"
ureq = "3.1.4"
libpam-sys = "0.2.0"
totp-rs = "5.7.0"
base64 = "0.22.1"
serde_json = "1.0.149"
local-ip-address = "0.6.9"
anyhow = "1.0.100"