This commit is contained in:
2025-07-26 10:10:52 +08:00
parent 9f83969584
commit 81c11d3f30
21 changed files with 1095 additions and 1 deletions

12
pam-http/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "pam-http"
version = "0.1.0"
authors = ["Anthony Nowell <anowell@gmail.com>"]
[lib]
name = "pam_http"
crate-type = ["cdylib"]
[dependencies]
pam-bindings = { path = "../pam/" }
reqwest = { version = "0.11.3", features = ["blocking"] }