kanidm/Cargo.toml

45 lines
1.3 KiB
TOML

[profile.release]
debug = true
lto = "thin"
[workspace]
members = [
"kanidm_proto",
"kanidmd",
"kanidmd/score",
"kanidmd/daemon",
"kanidmd_web_ui",
"kanidm_client",
"kanidm_tools",
"kanidm_unix_int",
"kanidm_unix_int/nss_kanidm",
"kanidm_unix_int/pam_kanidm",
"orca",
"profiles",
]
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" }
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" }
# webauthn-rs = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "bef560b3619d42f12ae88f08435164a0a43605e5" }
# webauthn-authenticator-rs = { git = "https://github.com/kanidm/webauthn-authenticator-rs.git", rev = "c91205e57a783a7c3a6e09ade377c83a86fe0900" }
# compact_jwt = { path = "../compact_jwt" }