mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
This adds a number of warnings to the server to help administrators make better informed decisions about the security of their environment.
22 lines
332 B
TOML
22 lines
332 B
TOML
|
|
[profile.release]
|
|
debug = true
|
|
# Have to disable to allow aarch64 to build
|
|
# lto = true
|
|
|
|
[workspace]
|
|
members = [
|
|
"kanidm_proto",
|
|
"kanidmd",
|
|
"kanidm_client",
|
|
"kanidm_tools",
|
|
"kanidm_unix_int",
|
|
"kanidm_unix_int/nss_kanidm",
|
|
"kanidm_unix_int/pam_kanidm",
|
|
]
|
|
|
|
exclude = [
|
|
"kanidm_unix_int/pam_tester"
|
|
]
|
|
|