forked from Proxmox/proxmox
d6e86d670b
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
22 lines
474 B
TOML
22 lines
474 B
TOML
[package]
|
|
name = "proxmox-section-config"
|
|
description = "proxmox schema based section config format parsing"
|
|
version = "2.1.1"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
exclude.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.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
|