Mercurial > crates > nonstick
comparison 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 |
comparison
equal
deleted
inserted
replaced
32:ea5f195f035f | 34:ec70822cbdef |
---|---|
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"] } |