]> git.proxmox.com Git - proxmox.git/commit
remove proxmox crate (no longer used)
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 24 Nov 2021 08:52:32 +0000 (09:52 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 24 Nov 2021 09:00:38 +0000 (10:00 +0100)
commitd357ce2070d21284544ebae88bd94268dfe07667
tree032b4563284c5e68a2c9d293280c9b2b14aa8819
parent82245339b89c58fba66f575f923e2fc5267a69e2
remove proxmox crate (no longer used)

Most functionality is now in proxmox-sys. The common-regex.rs is
moved back into proxmox-backup-server, because it is only used there.
Serde code is now in new proxmox-serde crate.

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
Cargo.toml
Makefile
proxmox/Cargo.toml [deleted file]
proxmox/debian/changelog [deleted file]
proxmox/debian/control [deleted file]
proxmox/debian/copyright [deleted file]
proxmox/debian/debcargo.toml [deleted file]
proxmox/src/lib.rs [deleted file]
proxmox/src/tools/common_regex.rs [deleted file]
proxmox/src/tools/mod.rs [deleted file]