kanidm/Cargo.toml
Firstyear d063d358ad
129 pam nsswitch stage 1 daemon (#179)
Implements #129, pam and nsswitch daemon capability. This is stage 1, which adds a localhost unix domain socket resolver, a ssh key client, support to the server for generating unix tokens, an async client lib, and client handles for adding posix extensions to accounts and groups.
2020-02-13 10:43:01 +11:00

11 lines
112 B
TOML

[workspace]
members = [
"kanidm_proto",
"kanidmd",
"kanidm_client",
"kanidm_tools",
"kanidm_unix_int",
]