]> git.proxmox.com Git - perlmod.git/blob - Cargo.toml
use workspace package variables
[perlmod.git] / Cargo.toml
1 [workspace]
2 members = [
3 "perlmod",
4 "perlmod-macro",
5 "perlmod-test",
6 ]
7 exclude = [
8 "build",
9 ]
10
11 [workspace.package]
12 authors = ["Proxmox Support Team <support@proxmox.com>"]
13 edition = "2021"
14 license = "Apache-2.0 OR MIT"
15 repository = "https://git.proxmox.com/?p=perlmod.git"