Mercurial > crates > nonstick
comparison libpam-sys/libpam-sys-test/Cargo.toml @ 129:5b2de52dd8b2
Cleanups: create readmes, add a few docs, remove cruft.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Mon, 30 Jun 2025 23:49:54 -0400 |
parents | c77846f3a979 |
children | a632a8874131 |
comparison
equal
deleted
inserted
replaced
128:ad77f2af5ff4 | 129:5b2de52dd8b2 |
---|---|
2 name = "libpam-sys-test" | 2 name = "libpam-sys-test" |
3 version = "0.0.0" | 3 version = "0.0.0" |
4 edition.workspace = true | 4 edition.workspace = true |
5 rust-version.workspace = true | 5 rust-version.workspace = true |
6 publish = false | 6 publish = false |
7 readme = "README.md" | |
7 | 8 |
8 [dependencies] | 9 [dependencies] |
9 libc = "0.2.174" | 10 libc = "0.2.174" |
10 libpam-sys = { path = ".." } | 11 libpam-sys = { path = ".." } |
11 | 12 |