2018-12-30 03:17:09 +01:00
|
|
|
|
2020-06-10 04:07:43 +02:00
|
|
|
[profile.release]
|
|
|
|
debug = true
|
2021-04-14 01:56:40 +02:00
|
|
|
lto = "thin"
|
2020-06-10 04:07:43 +02:00
|
|
|
|
2019-09-04 03:06:37 +02:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2020-04-10 07:50:45 +02:00
|
|
|
"kanidm_proto",
|
|
|
|
"kanidmd",
|
2021-03-26 02:22:00 +01:00
|
|
|
"kanidmd_web_ui",
|
2020-04-10 07:50:45 +02:00
|
|
|
"kanidm_client",
|
|
|
|
"kanidm_tools",
|
|
|
|
"kanidm_unix_int",
|
|
|
|
"kanidm_unix_int/nss_kanidm",
|
|
|
|
"kanidm_unix_int/pam_kanidm",
|
2021-05-06 13:15:12 +02:00
|
|
|
"orca",
|
2020-02-29 05:02:14 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
exclude = [
|
2020-04-10 07:50:45 +02:00
|
|
|
"kanidm_unix_int/pam_tester"
|
2019-09-04 03:06:37 +02:00
|
|
|
]
|
2018-09-29 09:54:16 +02:00
|
|
|
|
2021-03-13 03:33:15 +01:00
|
|
|
|
|
|
|
[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" }
|
2021-10-20 06:42:43 +02:00
|
|
|
|
|
|
|
# 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" }
|
|
|
|
|