mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 00:50:55 +00:00
14 lines
307 B
TOML
14 lines
307 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'
|