forked from Proxmox/proxmox
64959d9ae0
and switch all crates to 2021 edition as well as a unified "authors" value. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
13 lines
288 B
TOML
13 lines
288 B
TOML
[package]
|
|
name = "proxmox-lang"
|
|
version = "1.1.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]
|