2021-06-23 09:13:05 +00:00
|
|
|
[workspace]
|
2021-08-31 14:46:31 +00:00
|
|
|
members = [
|
|
|
|
"server",
|
|
|
|
"auth",
|
2021-12-07 15:42:38 +00:00
|
|
|
"app",
|
|
|
|
"migration-tool"
|
2021-05-14 07:15:37 +00:00
|
|
|
]
|
2021-09-03 09:50:49 +00:00
|
|
|
|
2021-12-07 15:42:38 +00:00
|
|
|
default-members = ["server"]
|
2022-08-07 15:43:46 +00:00
|
|
|
|
|
|
|
# Remove once https://github.com/kanidm/ldap3_proto/pull/8 is merged.
|
|
|
|
[patch.crates-io.ldap3_proto]
|
|
|
|
git = 'https://github.com/nitnelave/ldap3_server/'
|
|
|
|
rev = '7b50b2b82c383f5f70e02e11072bb916629ed2bc'
|
2022-11-21 08:13:25 +00:00
|
|
|
|
|
|
|
[patch.crates-io.opaque-ke]
|
|
|
|
git = 'https://github.com/nitnelave/opaque-ke/'
|
|
|
|
branch = 'zeroize_1.5'
|