mirror of
https://github.com/lldap/lldap.git
synced 2024-11-24 16:47:01 +00:00
25 lines
389 B
TOML
25 lines
389 B
TOML
[workspace]
|
|
members = [
|
|
"server",
|
|
"auth",
|
|
"app",
|
|
"migration-tool",
|
|
"set-password",
|
|
]
|
|
|
|
default-members = ["server"]
|
|
|
|
resolver = "2"
|
|
|
|
[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/'
|