perlmod/Cargo.toml
Wolfgang Bumiller b425032d53 buildsys: explicitly resolver 2
to shut up a warning

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2023-10-05 13:39:16 +02:00

17 lines
303 B
TOML

[workspace]
resolver = "2"
members = [
"perlmod",
"perlmod-macro",
"perlmod-test",
]
exclude = [
"build",
]
[workspace.package]
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://git.proxmox.com/?p=perlmod.git"