Mercurial > crates > nonstick
comparison Cargo.toml @ 45:ce47901aab7a
Rename to “nonstick”, move to root, update docs and license.
- Renames the crate to “nonstick”.
- Moves the main library to the root of the repository.
- Removes the example PAM modules.
- Updates copyright information in LICENSE file.
- Updates the README.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 15 Apr 2025 00:50:23 -0400 |
parents | pam/Cargo.toml@09fa82155033 |
children | 350579171e1f |
comparison
equal
deleted
inserted
replaced
44:50371046c61a | 45:ce47901aab7a |
---|---|
1 [workspace] | 1 [package] |
2 members = ["pam", "pam-sober", "pam-http"] | 2 name = "nonstick" |
3 description = "PAM bindings for Rust" | |
4 version = "0.0.0-pre" | |
5 authors = ["Paul Fisher <paul@pfish.zone>", "Anthony Nowell <anowell@gmail.com>" ] | |
6 repository = "https://hg.pfish.zone/crates/nonstick/" | |
7 readme = "README.md" | |
8 keywords = ["pam", "ffi", "linux", "authentication"] | |
9 license = "MIT" | |
10 | |
11 [lib] | |
12 name = "pam" | |
13 | |
14 [dependencies] | |
15 libc = "0.2.97" |