]> git.proxmox.com Git - proxmox-backup.git/commit
move src/server/rest.rs to proxmox-rest-server crate
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 21 Sep 2021 05:58:51 +0000 (07:58 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Sep 2021 06:46:41 +0000 (08:46 +0200)
commit6fbf0acc76ff0c5b47d6710da5f3e65edcf70045
tree3dce84ba663a4b3d0768bf0c265150ea5489e2db
parent36b7085ec2a000eb8526aafbde445d8bbf170515
move src/server/rest.rs to proxmox-rest-server crate

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxmox-rest-server/Cargo.toml
proxmox-rest-server/src/lib.rs
proxmox-rest-server/src/rest.rs [new file with mode: 0644]
src/bin/proxmox-backup-api.rs
src/bin/proxmox-backup-proxy.rs
src/bin/proxmox-restore-daemon.rs
src/server/h2service.rs
src/server/mod.rs
src/server/rest.rs [deleted file]