mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-28 10:47:13 +00:00
13 lines
288 B
TOML
13 lines
288 B
TOML
[package]
|
|
name = "proxmox-lang"
|
|
version = "1.4.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]
|