mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
42 lines
822 B
TOML
42 lines
822 B
TOML
|
|
[profile.release]
|
|
debug = true
|
|
lto = "thin"
|
|
|
|
[workspace]
|
|
members = [
|
|
"kanidm_client",
|
|
"kanidm_proto",
|
|
"kanidm_tools",
|
|
"kanidm_unix_int",
|
|
"kanidm_unix_int/nss_kanidm",
|
|
"kanidm_unix_int/pam_kanidm",
|
|
"kanidmd_web_ui",
|
|
"kanidmd/daemon",
|
|
"kanidmd/idm",
|
|
"kanidmd/score",
|
|
"orca",
|
|
"profiles",
|
|
]
|
|
|
|
exclude = [
|
|
"kanidm_unix_int/pam_tester"
|
|
]
|
|
|
|
|
|
[patch.crates-io]
|
|
# concread = { path = "../concread" }
|
|
# concread = { git = "https://github.com/kanidm/concread.git" }
|
|
|
|
# idlset = { path = "../idlset" }
|
|
|
|
# ldap3_server = { path = "../ldap3_server" }
|
|
|
|
# webauthn-rs = { path = "../webauthn-rs" }
|
|
|
|
# webauthn-authenticator-rs = { path = "../webauthn-authenticator-rs" }
|
|
|
|
# compact_jwt = { path = "../compact_jwt" }
|
|
# compact_jwt = { git = "https://github.com/kanidm/compact-jwt.git" }
|
|
|