Mercurial > crates > nonstick
view pam-http/Cargo.toml @ 43:60e74d6a2b88
Merge pull request #10 from Nigma1337/master
Automate crate publishing
author | Anthony Nowell <anowell@gmail.com> |
---|---|
date | Mon, 29 Aug 2022 14:32:28 -0700 |
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"] }