proxmox/proxmox-lang/Cargo.toml
Wolfgang Bumiller d8ecb87358 bump proxmox-lang to 1.1.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-02-21 13:45:10 +01:00

12 lines
276 B
TOML

[package]
name = "proxmox-lang"
version = "1.1.0"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"
description = "simple rust language utilities such as try_block, which have no dependencies"
exclude = [ "debian" ]
[dependencies]