proxmox/proxmox-section-config/Cargo.toml
Wolfgang Bumiller 7ea502b351 bump proxmox-section-config to 2.0.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2023-07-24 11:03:15 +02:00

21 lines
448 B
TOML

[package]
name = "proxmox-section-config"
version = "2.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "proxmox schema based section config format parsing"
exclude.workspace = true
[dependencies]
anyhow.workspace = true
hex.workspace = true
serde.workspace = true
serde_json.workspace = true
proxmox-schema.workspace = true
# FIXME: remove!
proxmox-lang.workspace = true