mirror of
git://git.proxmox.com/git/perlmod.git
synced 2025-01-03 09:17:39 +03:00
b425032d53
to shut up a warning Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
17 lines
303 B
TOML
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"
|