d8eb6d1bde
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
13 lines
288 B
TOML
13 lines
288 B
TOML
[package]
|
|
name = "proxmox-lang"
|
|
version = "1.3.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "simple rust language utilities such as try_block, which have no dependencies"
|
|
|
|
exclude.workspace = true
|
|
|
|
[dependencies]
|