mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
19 lines
407 B
TOML
19 lines
407 B
TOML
[workspace]
|
|
members = [
|
|
"server",
|
|
"auth",
|
|
"app",
|
|
"migration-tool"
|
|
]
|
|
|
|
default-members = ["server"]
|
|
|
|
# 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'
|
|
|
|
[patch.crates-io.opaque-ke]
|
|
git = 'https://github.com/nitnelave/opaque-ke/'
|
|
branch = 'zeroize_1.5'
|