view pam-http/Cargo.toml @ 33:86113e45f88f

Add Github actions to help manage PRs
author Anthony Nowell <anthony.nowell@windriver.com>
date Tue, 07 Jun 2022 23:22:11 -0700
parents 27730595f1ea
children ec70822cbdef
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 = { path = "../pam/" }
reqwest = "0.7"