]> git.proxmox.com Git - proxmox-backup.git/commit
drop uuid crate dependency
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 14 Nov 2019 09:18:31 +0000 (10:18 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 14 Nov 2019 09:22:29 +0000 (10:22 +0100)
commitf569acc5e26bd79c5c4ae8c84377a34cac4a827b
treed9ab8f1430d4da02bf9323fbec8f900383531424
parent58ea88c8abe20cd0a1812082251aff27b5e1a11f
drop uuid crate dependency

proxmox::tools now has a Uuid module using the native
libuuid.

Adds build dependency: libuuid1 (which is a Pre-Depends of
util-linux, so always installed anyway).

Drops uuid + 16 more crate dependencies.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/control
src/backup/dynamic_index.rs
src/backup/fixed_index.rs