comparison Cargo.toml @ 46:350579171e1f v0.0.1

Mark v0.0.1.
author Paul Fisher <paul@pfish.zone>
date Tue, 15 Apr 2025 00:51:26 -0400
parents ce47901aab7a
children a921b72743e4
comparison
equal deleted inserted replaced
45:ce47901aab7a 46:350579171e1f
1 [package] 1 [package]
2 name = "nonstick" 2 name = "nonstick"
3 description = "PAM bindings for Rust" 3 description = "PAM bindings for Rust"
4 version = "0.0.0-pre" 4 version = "0.0.1"
5 authors = ["Paul Fisher <paul@pfish.zone>", "Anthony Nowell <anowell@gmail.com>" ] 5 authors = ["Paul Fisher <paul@pfish.zone>", "Anthony Nowell <anowell@gmail.com>" ]
6 repository = "https://hg.pfish.zone/crates/nonstick/" 6 repository = "https://hg.pfish.zone/crates/nonstick/"
7 readme = "README.md" 7 readme = "README.md"
8 keywords = ["pam", "ffi", "linux", "authentication"] 8 keywords = ["pam", "ffi", "linux", "authentication"]
9 license = "MIT" 9 license = "MIT"