You've already forked lldap
mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 12:32:57 +01:00
25 lines
379 B
TOML
25 lines
379 B
TOML
[workspace]
|
|
members = [
|
|
"crates/auth",
|
|
"crates/domain",
|
|
"crates/domain-model",
|
|
"crates/validation",
|
|
"server",
|
|
"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.lber]
|
|
git = 'https://github.com/inejge/ldap3/'
|