Mercurial > crates > nonstick
diff pam/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 | 09fa82155033 |
line wrap: on
line diff
--- a/pam/Cargo.toml Wed Jun 08 09:28:13 2022 -0700 +++ b/pam/Cargo.toml Sun Jul 24 02:05:30 2022 +0200 @@ -1,11 +1,11 @@ [package] -name = "pam" +name = "pam-bindings" description = "PAM bindings for Rust" version = "0.1.0" authors = [ "Anthony Nowell <anowell@gmail.com>" ] repository = "https://github.com/anowell/pam-rs" -readme = "README.md" +readme = "../README.md" keywords = ["pam", "ffi", "linux", "authentication"] license = "MIT"