comparison Cargo.toml @ 67:71e432a213ee v0.0.6

Bump version to v0.0.6.
author Paul Fisher <paul@pfish.zone>
date Tue, 27 May 2025 16:40:45 -0400
parents a674799a5cd3
children
comparison
equal deleted inserted replaced
66:a674799a5cd3 67:71e432a213ee
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.6-dev0" 4 version = "0.0.6"
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"