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