mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
35 lines
677 B
TOML
35 lines
677 B
TOML
[workspace]
|
|
members = [
|
|
"server",
|
|
"app",
|
|
"migration-tool",
|
|
"set-password",
|
|
"crates/*",
|
|
]
|
|
default-members = ["server"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
authors = ["Valentin Tolmer <valentin@tolmer.fr>"]
|
|
documentation = "https://github.com/lldap/lldap"
|
|
edition = "2024"
|
|
homepage = "https://github.com/lldap/lldap"
|
|
license = "GPL-3.0-only"
|
|
repository = "https://github.com/lldap/lldap"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
|
|
[profile.release.package.lldap_app]
|
|
opt-level = 's'
|
|
|
|
[patch.crates-io.lber]
|
|
git = 'https://github.com/inejge/ldap3/'
|
|
|
|
[workspace.dependencies.sea-orm]
|
|
version = "1.1.8"
|
|
default-features = false
|
|
|
|
[workspace.dependencies.serde]
|
|
version = "1"
|