Mercurial > crates > nonstick
view pam-http/Cargo.toml @ 31:1f4ef4c7e555
Fix miss char in conv
author | Khanh Pham <khanhphamvan@admicro.vn> |
---|---|
date | Mon, 18 Feb 2019 17:47:44 +0700 |
parents | 27730595f1ea |
children | ec70822cbdef |
line wrap: on
line source
[package] name = "pam-http" version = "0.1.0" authors = ["Anthony Nowell <anowell@gmail.com>"] [lib] name = "pam_http" crate-type = ["cdylib"] [dependencies] pam = { path = "../pam/" } reqwest = "0.7"