mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Reviewed-by: Marc Hartmayer <marc@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
15 lines
155 B
TOML
15 lines
155 B
TOML
[workspace]
|
|
members = [
|
|
"pv",
|
|
"pvsecret",
|
|
"utils",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[profile.release]
|
|
lto = true
|