mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Implements #129, adding the libnss_kanidm.so/dylib, and the related caching parts for properly handling these types.
13 lines
179 B
TOML
13 lines
179 B
TOML
|
|
[workspace]
|
|
members = [
|
|
"kanidm_proto",
|
|
"kanidmd",
|
|
"kanidm_client",
|
|
"kanidm_tools",
|
|
"kanidm_unix_int",
|
|
"kanidm_unix_int/nss_kanidm",
|
|
"kanidm_unix_int/pam_kanidm"
|
|
]
|
|
|