Mercurial > crates > nonstick
annotate pam/Cargo.toml @ 43:60e74d6a2b88
Merge pull request #10 from Nigma1337/master
Automate crate publishing
| author | Anthony Nowell <anowell@gmail.com> |
|---|---|
| date | Mon, 29 Aug 2022 14:32:28 -0700 |
| parents | 09fa82155033 |
| children |
| rev | line source |
|---|---|
|
15
27730595f1ea
Adding pam-http module
Anthony Nowell <anthony@algorithmia.com>
parents:
diff
changeset
|
1 [package] |
|
27730595f1ea
Adding pam-http module
Anthony Nowell <anthony@algorithmia.com>
parents:
diff
changeset
|
2 |
| 36 | 3 name = "pam-bindings" |
|
15
27730595f1ea
Adding pam-http module
Anthony Nowell <anthony@algorithmia.com>
parents:
diff
changeset
|
4 description = "PAM bindings for Rust" |
|
37
09fa82155033
version change to force github action
Nigma <magnusgsvend@gmail.com>
parents:
36
diff
changeset
|
5 version = "0.1.1" |
|
16
f64ee7b6cdf1
Update metadata and README
Anthony Nowell <anthony@algorithmia.com>
parents:
15
diff
changeset
|
6 authors = [ "Anthony Nowell <anowell@gmail.com>" ] |
|
f64ee7b6cdf1
Update metadata and README
Anthony Nowell <anthony@algorithmia.com>
parents:
15
diff
changeset
|
7 repository = "https://github.com/anowell/pam-rs" |
| 36 | 8 readme = "../README.md" |
|
15
27730595f1ea
Adding pam-http module
Anthony Nowell <anthony@algorithmia.com>
parents:
diff
changeset
|
9 keywords = ["pam", "ffi", "linux", "authentication"] |
|
27730595f1ea
Adding pam-http module
Anthony Nowell <anthony@algorithmia.com>
parents:
diff
changeset
|
10 license = "MIT" |
|
27730595f1ea
Adding pam-http module
Anthony Nowell <anthony@algorithmia.com>
parents:
diff
changeset
|
11 |
|
27730595f1ea
Adding pam-http module
Anthony Nowell <anthony@algorithmia.com>
parents:
diff
changeset
|
12 [lib] |
|
27730595f1ea
Adding pam-http module
Anthony Nowell <anthony@algorithmia.com>
parents:
diff
changeset
|
13 name = "pam" |
|
27730595f1ea
Adding pam-http module
Anthony Nowell <anthony@algorithmia.com>
parents:
diff
changeset
|
14 |
|
27730595f1ea
Adding pam-http module
Anthony Nowell <anthony@algorithmia.com>
parents:
diff
changeset
|
15 [dependencies] |
| 34 | 16 libc = "0.2.97" |
