Dietmar Maurer c2f85d418a dns-api: new crate which implements the DNS api
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2024-05-02 13:04:43 +02:00

22 lines
605 B
TOML

[package]
name = "proxmox-dns-api"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
exclude.workspace = true
description = "DNS API implementation (read/write /etc/resolv.conf)"
[dependencies]
anyhow.workspace = true
const_format.workspace = true
lazy_static.workspace = true
regex.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
proxmox-sys.workspace = true
proxmox-schema = { workspace = true, features = ["api-macro", "api-types"] }
proxmox-product-config.workspace = true