kanidm/Cargo.toml
James Hodgkinson 799bf13cdf
Tide route map things (#913)
* magic routemap things
2022-07-11 18:16:41 +10:00

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