c1709d994e
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
17 lines
450 B
TOML
17 lines
450 B
TOML
[package]
|
|
name = "proxmox-simple-config"
|
|
version = "0.1.1"
|
|
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"] }
|