Mercurial > crates > nonstick
changeset 49:bc5e18fa9c7a v0.0.2
Remove library name from Cargo.toml so this is called "nonstick".
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Wed, 16 Apr 2025 16:55:42 -0400 |
parents | a921b72743e4 |
children | 171fb1171053 |
files | Cargo.toml |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Cargo.toml Tue Apr 15 01:04:29 2025 -0400 +++ b/Cargo.toml Wed Apr 16 16:55:42 2025 -0400 @@ -1,7 +1,7 @@ [package] name = "nonstick" description = "PAM bindings for Rust" -version = "0.0.2-alpha.0" +version = "0.0.2" authors = ["Paul Fisher <paul@pfish.zone>", "Anthony Nowell <anowell@gmail.com>" ] repository = "https://hg.pfish.zone/crates/nonstick/" readme = "README.md" @@ -9,8 +9,5 @@ license = "MIT" edition = "2021" -[lib] -name = "pam" - [dependencies] libc = "0.2.97"