comparison 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
comparison
equal deleted inserted replaced
47:2c172dd3e3f8 48:a921b72743e4
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.1" 4 version = "0.0.2-alpha.0"
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 11
11 [lib] 12 [lib]
12 name = "pam" 13 name = "pam"
13 14
14 [dependencies] 15 [dependencies]