rename proxmox-system-config-api to proxmox-system-management-api
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
15e3779331
commit
3c19dd757a
@ -29,7 +29,7 @@ members = [
|
||||
"proxmox-sortable-macro",
|
||||
"proxmox-subscription",
|
||||
"proxmox-sys",
|
||||
"proxmox-system-config-api",
|
||||
"proxmox-system-management-api",
|
||||
"proxmox-tfa",
|
||||
"proxmox-time",
|
||||
"proxmox-uuid",
|
||||
|
@ -1,12 +1,12 @@
|
||||
[package]
|
||||
name = "proxmox-system-config-api"
|
||||
name = "proxmox-system-management-api"
|
||||
version = "0.1.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
exclude.workspace = true
|
||||
description = "System configuration API implementation (DNS, Time, Network)"
|
||||
description = "System Management API implementation (DNS, Time, Network)"
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
@ -1,4 +1,4 @@
|
||||
rust-proxmox-system-config-api (0.1.0-1) bookworm; urgency=medium
|
||||
rust-proxmox-system-management-api (0.1.0-1) bookworm; urgency=medium
|
||||
|
||||
* initial packaging
|
||||
|
Loading…
x
Reference in New Issue
Block a user