Mercurial > crates > nonstick
view pam-http/Cargo.toml @ 37:09fa82155033
version change to force github action
author | Nigma <magnusgsvend@gmail.com> |
---|---|
date | Sun, 24 Jul 2022 02:07:06 +0200 |
parents | d1f0c1cf3c6e |
children |
line wrap: on
line source
[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"] }