mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 00:23:47 +00:00
17 lines
303 B
TOML
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"
|