From bf959a2534d23c5c667ea3914bc57d6ef2aeb2b2 Mon Sep 17 00:00:00 2001 From: Tobias Wiese Date: Wed, 3 Dec 2025 21:49:13 +0100 Subject: Initial commit Signed-off-by: Tobias Wiese --- Cargo.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..254966e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,19 @@ +[package] +name = "pam_tokenpg" +version = "1.0.0" +authors = ["Tobias Wiese "] +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" -- cgit v1.2.3