view pam-http/Cargo.toml @ 34:ec70822cbdef

Overhaul
author Andy Caldwell <andrew.caldwell@metaswitch.com>
date Sun, 24 Apr 2022 03:42:11 +0100
parents 27730595f1ea
children d1f0c1cf3c6e
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 = { version = "0.11.3", features = ["blocking"] }