proxmox/proxmox-simple-config/Cargo.toml

17 lines
450 B
TOML
Raw Normal View History

[package]
name = "proxmox-simple-config"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
exclude.workspace = true
description = "Simple key/value format for configuration files."
[dependencies]
anyhow.workspace = true
serde_json.workspace = true
serde = { workspace = true, features = ["derive"] }
proxmox-schema = { workspace = true, features = ["api-macro", "api-types"] }