view 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
line wrap: on
line source

[package]
name = "nonstick"
description = "PAM bindings for Rust"
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"
keywords = ["pam", "ffi", "linux", "authentication"]
license = "MIT"
edition = "2021"

[dependencies]
libc = "0.2.97"