mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 10:45:08 +00:00
use workspace package variables
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
9a4968f9e8
commit
0339198faf
@ -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"
|
||||
|
@ -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" ]
|
||||
|
||||
|
@ -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" ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user