Mercurial > crates > nonstick
comparison pam-http/Cargo.toml @ 35:3b2ff50db010
Merge pull request #8 from bossmc/master
Various enhancements/fixes
| author | Anthony Nowell <anowell@gmail.com> |
|---|---|
| date | Wed, 08 Jun 2022 09:28:13 -0700 |
| parents | ec70822cbdef |
| children | d1f0c1cf3c6e |
comparison
equal
deleted
inserted
replaced
| 33:86113e45f88f | 35:3b2ff50db010 |
|---|---|
| 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 = { path = "../pam/" } |
| 12 reqwest = "0.7" | 12 reqwest = { version = "0.11.3", features = ["blocking"] } |
