Mercurial > crates > nonstick
comparison testharness/Cargo.toml @ 108:e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 28 Jun 2025 00:34:45 -0400 |
parents | 13b4d2a19674 |
children |
comparison
equal
deleted
inserted
replaced
107:49c6633f6fd2 | 108:e97534be35e3 |
---|---|
9 | 9 |
10 [lib] | 10 [lib] |
11 crate-type = ["cdylib"] | 11 crate-type = ["cdylib"] |
12 | 12 |
13 [features] | 13 [features] |
14 linux-pam-extensions = ["nonstick/linux-pam-extensions"] | 14 illumos-ext = ["nonstick/illumos-ext"] |
15 openpam-extensions = ["nonstick/openpam-extensions"] | 15 linux-pam-ext = ["nonstick/linux-pam-ext"] |
16 openpam-ext = ["nonstick/openpam-ext"] | |
16 test-install = [] | 17 test-install = [] |
17 | 18 |
18 [dependencies] | 19 [dependencies] |
19 nonstick = { path = ".." } | 20 nonstick = { path = ".." } |
20 | 21 |