]> git.proxmox.com Git - proxmox-backup.git/commit
api-types: client: datastore: tools: use proxmox-human-bytes crate
authorLukas Wagner <l.wagner@proxmox.com>
Mon, 8 May 2023 10:01:37 +0000 (12:01 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 26 Jun 2023 11:56:45 +0000 (13:56 +0200)
commit08f8a3e5aa79b0a2acb7c02b17c2b68d855f2c52
treeb7df2ecbef23fe2f8539b45e3196a6df92ed10bf
parent5e082e4fb606f143bc59f8649aee87010dc2d222
api-types: client: datastore: tools: use proxmox-human-bytes crate

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
17 files changed:
Cargo.toml
pbs-api-types/Cargo.toml
pbs-api-types/src/human_byte.rs [deleted file]
pbs-api-types/src/lib.rs
pbs-api-types/src/traffic_control.rs
pbs-client/Cargo.toml
pbs-client/src/backup_writer.rs
pbs-datastore/Cargo.toml
pbs-datastore/src/datastore.rs
pbs-tools/Cargo.toml
pbs-tools/src/format.rs
proxmox-backup-client/Cargo.toml
proxmox-backup-client/src/main.rs
src/api2/tape/restore.rs
src/bin/proxmox-tape.rs
src/bin/proxmox_backup_debug/diff.rs
src/server/email_notifications.rs