kanidm/Cargo.toml
William Brown c4805d2915 Improve server hardening
This adds a number of warnings to the server to help administrators make
better informed decisions about the security of their environment.
2020-07-31 14:55:14 +10:00

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"
]