comparison Cargo.toml @ 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
comparison
equal deleted inserted replaced
48:a921b72743e4 49:bc5e18fa9c7a
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.2-alpha.0" 4 version = "0.0.2"
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"
10 edition = "2021" 10 edition = "2021"
11 11
12 [lib]
13 name = "pam"
14
15 [dependencies] 12 [dependencies]
16 libc = "0.2.97" 13 libc = "0.2.97"