proxmox/proxmox-lang/Cargo.toml
Wolfgang Bumiller 74ecd47421 lang: bump to 1.2.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-06-19 12:20:57 +02:00

13 lines
288 B
TOML

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