lldap/Cargo.toml
2023-01-17 17:28:28 +01:00

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'