mirror of
git://git.proxmox.com/git/perlmod.git
synced 2025-01-04 13:17:39 +03:00
381751a4e8
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
14 lines
302 B
TOML
14 lines
302 B
TOML
[package]
|
|
name = "perlmod-test"
|
|
version = "0.1.0"
|
|
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = [ "cdylib" ]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
perlmod = { path = "../perlmod", features = [ "exporter" ] }
|
|
serde = { version = "1.0", features = [ "derive" ] }
|