# HG changeset patch # User Paul Fisher # Date 1744836942 14400 # Node ID bc5e18fa9c7a661b70bc73bdca3520a16cb2ebbc # Parent a921b72743e4988f8d3c54bd2ab97ff5b6a47ebe Remove library name from Cargo.toml so this is called "nonstick". diff -r a921b72743e4 -r bc5e18fa9c7a Cargo.toml --- 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 ", "Anthony Nowell " ] 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"