Mercurial > crates > nonstick
comparison 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 |
comparison
equal
deleted
inserted
replaced
35:3b2ff50db010 | 43:60e74d6a2b88 |
---|---|
6 [lib] | 6 [lib] |
7 name = "pam_http" | 7 name = "pam_http" |
8 crate-type = ["cdylib"] | 8 crate-type = ["cdylib"] |
9 | 9 |
10 [dependencies] | 10 [dependencies] |
11 pam = { path = "../pam/" } | 11 pam-bindings = { path = "../pam/" } |
12 reqwest = { version = "0.11.3", features = ["blocking"] } | 12 reqwest = { version = "0.11.3", features = ["blocking"] } |