mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
35 lines
895 B
TOML
35 lines
895 B
TOML
|
|
[profile.release]
|
|
debug = true
|
|
lto = "thin"
|
|
|
|
[workspace]
|
|
members = [
|
|
"kanidm_proto",
|
|
"kanidmd",
|
|
"kanidmd_web_ui",
|
|
"kanidm_client",
|
|
"kanidm_tools",
|
|
"kanidm_unix_int",
|
|
"kanidm_unix_int/nss_kanidm",
|
|
"kanidm_unix_int/pam_kanidm",
|
|
"orca",
|
|
]
|
|
|
|
exclude = [
|
|
"kanidm_unix_int/pam_tester"
|
|
]
|
|
|
|
|
|
[patch.crates-io]
|
|
# tokio = { path = "../../tokio/tokio" }
|
|
# tokio-util = { path = "../../tokio/tokio-util" }
|
|
# tokio = { git = "https://github.com/Firstyear/tokio.git", rev = "aa6fb48d9a1f3652ee79e3b018a2b9d0c9f89c1e" }
|
|
# tokio-util = { git = "https://github.com/Firstyear/tokio.git", rev = "aa6fb48d9a1f3652ee79e3b018a2b9d0c9f89c1e" }
|
|
|
|
# concread = { path = "../concread" }
|
|
# idlset = { path = "../idlset" }
|
|
# ldap3_server = { path = "../ldap3_server" }
|
|
# webauthn-rs = { path = "../webauthn-rs" }
|
|
# webauthn-authenticator-rs = { path = "../webauthn-authenticator-rs" }
|