comparison libpam-sys/libpam-sys-consts/Cargo.toml @ 158:d5b7b28d754e

Add `__TARGET_DEFAULT__` PamImpl and set up for docsrs build. Also fixes some formatting stuff.
author Paul Fisher <paul@pfish.zone>
date Sat, 12 Jul 2025 17:17:37 -0400
parents 4b3a5095f68c
children
comparison
equal deleted inserted replaced
157:0099f2f79f86 158:d5b7b28d754e
6 repository.workspace = true 6 repository.workspace = true
7 edition.workspace = true 7 edition.workspace = true
8 rust-version.workspace = true 8 rust-version.workspace = true
9 license.workspace = true 9 license.workspace = true
10 10
11
12 [package.metadata.docs.rs]
13 default-target = "x86_64-unknown-linux-gnu"
14
15 targets = [
16 "x86_64-apple-darwin",
17 "x86_64-unknown-freebsd",
18 "x86_64-unknown-illumos",
19 ]
20
11 [dependencies] 21 [dependencies]
12 libc = "0.2" 22 libc = "0.2"
13 23
14 [build-dependencies] 24 [build-dependencies]
15 libc = "0.2" 25 libc = "0.2"