comparison 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
comparison
equal deleted inserted replaced
35:3b2ff50db010 36:d1f0c1cf3c6e
1 [package] 1 [package]
2 2
3 name = "pam" 3 name = "pam-bindings"
4 description = "PAM bindings for Rust" 4 description = "PAM bindings for Rust"
5 version = "0.1.0" 5 version = "0.1.0"
6 authors = [ "Anthony Nowell <anowell@gmail.com>" ] 6 authors = [ "Anthony Nowell <anowell@gmail.com>" ]
7 repository = "https://github.com/anowell/pam-rs" 7 repository = "https://github.com/anowell/pam-rs"
8 readme = "README.md" 8 readme = "../README.md"
9 keywords = ["pam", "ffi", "linux", "authentication"] 9 keywords = ["pam", "ffi", "linux", "authentication"]
10 license = "MIT" 10 license = "MIT"
11 11
12 [lib] 12 [lib]
13 name = "pam" 13 name = "pam"