]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/main.rs
proxmox_client_tools: move common key related functions to key_source.rs
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 31 Mar 2021 10:21:47 +0000 (12:21 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 1 Apr 2021 09:09:28 +0000 (11:09 +0200)
commitff8945fd2f10bc1cdbd3449ed77bb65efd41f587
tree419a642f0a31caada28f08e25fb60d19bbdb979d
parent48763935626557feee31ff2f23b2c5058458e743
proxmox_client_tools: move common key related functions to key_source.rs

Add a new module containing key-related functions and schemata from all
over, code moved is not changed as much as possible.

Requires adapting some 'use' statements across proxmox-backup-client and
putting the XDG helpers quite cozily into proxmox_client_tools/mod.rs

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
src/bin/proxmox-backup-client.rs
src/bin/proxmox_backup_client/benchmark.rs
src/bin/proxmox_backup_client/catalog.rs
src/bin/proxmox_backup_client/key.rs
src/bin/proxmox_backup_client/mod.rs
src/bin/proxmox_backup_client/mount.rs
src/bin/proxmox_backup_client/snapshot.rs
src/bin/proxmox_client_tools/key_source.rs [new file with mode: 0644]
src/bin/proxmox_client_tools/mod.rs