mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
b4d7ada317
Fixes #473.
24 lines
373 B
TOML
24 lines
373 B
TOML
[workspace]
|
|
members = [
|
|
"server",
|
|
"auth",
|
|
"app",
|
|
"migration-tool",
|
|
"set-password",
|
|
]
|
|
|
|
default-members = ["server"]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
|
|
[profile.release.package.lldap_app]
|
|
opt-level = 's'
|
|
|
|
[patch.crates-io.opaque-ke]
|
|
git = 'https://github.com/nitnelave/opaque-ke/'
|
|
branch = 'zeroize_1.5'
|
|
|
|
[patch.crates-io.lber]
|
|
git = 'https://github.com/inejge/ldap3/'
|