mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 16:49:12 +00:00
rename proxmox-dns-api to proxmox-system-config-api
Because we want to bundle system configuration APIs in one crate, i.e. Time, DNS, Network. We may separate them in future using cargo features.
This commit is contained in:
parent
78bd8eea24
commit
751b578d6e
@ -8,7 +8,6 @@ members = [
|
|||||||
"proxmox-borrow",
|
"proxmox-borrow",
|
||||||
"proxmox-client",
|
"proxmox-client",
|
||||||
"proxmox-compression",
|
"proxmox-compression",
|
||||||
"proxmox-dns-api",
|
|
||||||
"proxmox-http",
|
"proxmox-http",
|
||||||
"proxmox-http-error",
|
"proxmox-http-error",
|
||||||
"proxmox-human-byte",
|
"proxmox-human-byte",
|
||||||
@ -30,6 +29,7 @@ members = [
|
|||||||
"proxmox-sortable-macro",
|
"proxmox-sortable-macro",
|
||||||
"proxmox-subscription",
|
"proxmox-subscription",
|
||||||
"proxmox-sys",
|
"proxmox-sys",
|
||||||
|
"proxmox-system-config-api",
|
||||||
"proxmox-tfa",
|
"proxmox-tfa",
|
||||||
"proxmox-time",
|
"proxmox-time",
|
||||||
"proxmox-uuid",
|
"proxmox-uuid",
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-dns-api"
|
name = "proxmox-system-config-api"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
exclude.workspace = true
|
exclude.workspace = true
|
||||||
description = "DNS API implementation (read/write /etc/resolv.conf)"
|
description = "System configuration API implementation (DNS, Time, Network)"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
@ -1,4 +1,4 @@
|
|||||||
rust-proxmox-dns-api (0.1.0-1) bookworm; urgency=medium
|
rust-proxmox-system-config-api (0.1.0-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* initial packaging
|
* initial packaging
|
||||||
|
|
Loading…
Reference in New Issue
Block a user