Mercurial > crates > nonstick
comparison pam-http/Cargo.toml @ 15:27730595f1ea
Adding pam-http module
author | Anthony Nowell <anthony@algorithmia.com> |
---|---|
date | Sun, 24 Sep 2017 00:22:29 -0600 |
parents | |
children | ec70822cbdef |
comparison
equal
deleted
inserted
replaced
14:51b097c12d3c | 15:27730595f1ea |
---|---|
1 [package] | |
2 name = "pam-http" | |
3 version = "0.1.0" | |
4 authors = ["Anthony Nowell <anowell@gmail.com>"] | |
5 | |
6 [lib] | |
7 name = "pam_http" | |
8 crate-type = ["cdylib"] | |
9 | |
10 [dependencies] | |
11 pam = { path = "../pam/" } | |
12 reqwest = "0.7" |