Mercurial > crates > nonstick
comparison pam-http/Cargo.toml @ 36:d1f0c1cf3c6e
Github actions publish crate
author | Nigma <magnusgsvend@gmail.com> |
---|---|
date | Sun, 24 Jul 2022 02:05:30 +0200 |
parents | ec70822cbdef |
children |
comparison
equal
deleted
inserted
replaced
35:3b2ff50db010 | 36:d1f0c1cf3c6e |
---|---|
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"] } |