use workspace package variables

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-05-10 10:15:58 +02:00
parent 9a4968f9e8
commit 0339198faf
3 changed files with 14 additions and 6 deletions

View File

@ -7,3 +7,9 @@ members = [
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"

View File

@ -1,13 +1,14 @@
[package]
name = "perlmod-macro"
version = "0.8.0"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2021"
build = "build.rs"
license = "Apache-2.0 OR MIT"
categories = [ "API bindings" ]
keywords = [ "ffi", "perl" ]
description = "perl package macros to create perl package bindings from rust at compile time"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
exclude = [ "debian" ]

View File

@ -1,13 +1,14 @@
[package]
name = "perlmod"
version = "0.13.1"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2021"
build = "build.rs"
license = "Apache-2.0 OR MIT"
categories = [ "API bindings" ]
keywords = [ "ffi", "perl" ]
description = "ffi & serde code for limited interaction with perl code"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
exclude = [ "debian" ]