perlmod/Cargo.toml
Wolfgang Bumiller 0a6b18f4b1 update to edition 2024
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2025-03-17 11:04:08 +01:00

17 lines
303 B
TOML

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