mirror of
git://git.proxmox.com/git/perlmod.git
synced 2025-01-19 18:03:36 +03:00
fb6b493d63
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
13 lines
249 B
TOML
13 lines
249 B
TOML
[package]
|
|
name = "perlmod-test"
|
|
version = "0.1.0"
|
|
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = [ "cdylib" ]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
perlmod = { path = "../perlmod", features = [ "exporter" ] }
|