proxmox/proxmox-lang/Cargo.toml
Wolfgang Bumiller 91f59f9f59 add proxmox-lang crate
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-10-08 15:22:17 +02:00

12 lines
276 B
TOML

[package]
name = "proxmox-lang"
version = "1.0.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]