feat: clone from: https://github.com/anowell/pam-rs
This commit is contained in:
12
pam-http/Cargo.toml
Normal file
12
pam-http/Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user