mirror of
https://github.com/lldap/lldap.git
synced 2024-11-24 08:45:08 +00:00
e982908768
Some checks failed
Docker Static / pre_job (push) Has been cancelled
Rust / pre_job (push) Has been cancelled
Docker Static / build-ui (push) Has been cancelled
Docker Static / build-bin (aarch64-unknown-linux-musl) (push) Has been cancelled
Docker Static / build-bin (armv7-unknown-linux-musleabihf) (push) Has been cancelled
Docker Static / build-bin (x86_64-unknown-linux-musl) (push) Has been cancelled
Docker Static / LLDAP database init test (push) Has been cancelled
Docker Static / LLDAP database migration test (push) Has been cancelled
Docker Static / Build Docker image (push) Has been cancelled
Docker Static / Create release artifacts (push) Has been cancelled
Rust / cargo test (push) Has been cancelled
Rust / cargo clippy (push) Has been cancelled
Rust / cargo fmt (push) Has been cancelled
Rust / Code coverage (push) Has been cancelled
21 lines
289 B
TOML
21 lines
289 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.lber]
|
|
git = 'https://github.com/inejge/ldap3/'
|