summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 254966ec7a0df3c0e84a8b651e128943a7ff873d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "pam_tokenpg"
version = "1.0.0"
authors = ["Tobias Wiese <tobias@tobiaswiese.com>"]
edition = "2024"

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

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"

[dependencies]
pamsm = { version = "0.5.5", features = ["libpam"] }
diesel = { version = "2.2.7", features = ["postgres"] }
constant_time_eq = "0.3.1"