mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
cargo: Migrate metadata to workspace
This commit is contained in:
committed by
nitnelave
parent
5afcdbda65
commit
e18f2af54f
+9
-8
@@ -1,21 +1,22 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"crates/auth",
|
||||
"crates/domain",
|
||||
"crates/domain-model",
|
||||
"crates/domain-handlers",
|
||||
"crates/frontend-options",
|
||||
"crates/validation",
|
||||
"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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user