lldap/Cargo.toml
2023-03-05 16:31:56 +01:00

23 lines
354 B
TOML

[workspace]
members = [
"server",
"auth",
"app",
"migration-tool"
]
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/'