diff 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
line wrap: on
line diff
--- a/Cargo.toml	Sat Mar 08 19:29:46 2025 -0500
+++ b/Cargo.toml	Tue Apr 15 00:50:23 2025 -0400
@@ -1,2 +1,15 @@
-[workspace]
-members = ["pam", "pam-sober", "pam-http"]
+[package]
+name = "nonstick"
+description = "PAM bindings for Rust"
+version = "0.0.0-pre"
+authors = ["Paul Fisher <paul@pfish.zone>", "Anthony Nowell <anowell@gmail.com>" ]
+repository = "https://hg.pfish.zone/crates/nonstick/"
+readme = "README.md"
+keywords = ["pam", "ffi", "linux", "authentication"]
+license = "MIT"
+
+[lib]
+name = "pam"
+
+[dependencies]
+libc = "0.2.97"