mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
19 lines
397 B
TOML
19 lines
397 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/kanidm/ldap3/'
|
|
rev = 'b3c7653471916e803dc8f24d2163fd2710dfb161'
|
|
|
|
[patch.crates-io.opaque-ke]
|
|
git = 'https://github.com/nitnelave/opaque-ke/'
|
|
branch = 'zeroize_1.5'
|