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