Mercurial > crates > nonstick
view Cargo.toml @ 48:a921b72743e4
Upgrade to Rust 2021 edition.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 15 Apr 2025 01:04:29 -0400 |
parents | 350579171e1f |
children | bc5e18fa9c7a |
line wrap: on
line source
[package] name = "nonstick" description = "PAM bindings for Rust" version = "0.0.2-alpha.0" 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" [lib] name = "pam" [dependencies] libc = "0.2.97"